 /* FONT */
/* COLOR */
/* SHADOW */
/* TRANSITION */
/* SPACING */
/* FONT FAMILY */
/* MEDIA QUERY */
/* BORDER */
/* SHORT CUTS*/
.krg-animation-push {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
.krg-animation-push:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
/* OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD */
/* ========== FONT ========== */
/* ========== COLORS ========== */
/* ========== COLORS BG ========== */
/* ========== SHADOW ========== */
/* ========== TRANSITION ========== */
/* ========== GAP ========== */
.krg-hero-w {
  display: flex;
  align-items: center;
  /* TEXT should be flexible */
  /* IMAGE should NOT shrink */
}
.krg-hero-w .krg-hero-text {
  flex: 1 1 auto;
  /* can grow & shrink */
  min-width: 0;
  /* IMPORTANT: allows shrinking properly */
  z-index: 10;
}
.krg-hero-w .krg-hero-image {
  flex: 0 0 auto;
  /* fixed size, no shrinking */
  width: 140px;
}
.krg-hero-w .krg-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.krg.vf.topbar.on-scroll-top .head {
  transition: background 0.2s ease-in;
  background: transparent;
  box-shadow: none !important;
}
.vf.indexbanner {
  box-shadow: 0 1px 10px #0000002b !important;
  position: relative;
  background: linear-gradient(to bottom left, rgba(29, 30, 49, 0.75), rgba(59, 35, 6, 0.75)), url(/img/bg.jpg);
  background-size: cover;
  width: 100%;
  height: 240px;
}
.vf.index-screenshot-gallery div.item {
  margin: 0px 14px;
  padding: 0;
  user-select: none;
  text-align: center;
  width: 240px;
}
.vf.index-screenshot-gallery div.item > img {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  background: #aaa;
  width: 220px;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.vf.index-vid-wrapper {
  position: relative;
  height: 530px;
  overflow: hidden;
}
.vf.index-vid-wrapper > .top > iframe {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 10px;
  width: 300px;
  height: 530px;
}
.vf.index-vid-wrapper > .bottom {
  position: absolute;
  background-position: center center;
  width: 100%;
  height: inherit;
  min-height: 40vh;
  text-align: center;
}
.vf.index-vid-wrapper > .bottom.flags {
  animation: shrink 7s infinite alternate;
  background-image: url('/img/images/index/vf-video-bg-flags.svg');
}
.vf.index-vid-wrapper > .bottom.symbols {
  animation: roll 350s infinite linear;
  background-image: url('/img/images/index/vf-video-bg-symbols.svg');
  background-repeat: repeat-y;
}
@keyframes shrink {
  0% {
    background-size: 140% 140%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes roll {
  from {
    background-position-y: 0%;
  }
  to {
    background-position-y: 3000%;
  }
}
.vf.illustration-index {
  position: relative;
  width: 100%;
  height: 280px !important;
}
.vf.illustration-index .phone {
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 5;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 10px;
  background-color: #000;
  width: 124px;
  height: 224px;
}
.vf.illustration-index .phone .img {
  margin: 6px;
  border-radius: 5px;
  background-image: url('/img/images/index/vf-index-katze.png');
  background-size: cover;
  background-color: #fff;
  height: 212px;
}
.vf.illustration-index .laptop {
  position: absolute;
  right: 110px;
  bottom: 30px;
  z-index: 0;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 10px 10px 0px 0px;
  background-color: #000;
  width: 200px;
  height: 150px;
}
.vf.illustration-index .laptop .img {
  margin: 6px;
  border-radius: 0px;
  background-image: url('/img/images/screenshots/vf-laptop.png');
  background-size: cover;
  background-color: #fff;
  width: auto;
  height: 138px;
  height: -webkit-fill-available;
}
.vf.illustration-index .laptop .bottom {
  position: absolute;
  bottom: -10px;
  left: -10px;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 0px 0px 5px 5px;
  background-color: #333;
  width: 220px;
  height: 8px;
}
.vf.index-card-banner {
  position: relative;
  box-shadow: 0 1px 10px #0000002b !important;
  background: #fff;
  padding: 20px 0px;
}
@media only screen and (min-width: 768px) {
  .in-desktop-zoom {
    margin: 0 -40px;
  }
}
.vf.locale-switcher {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px 16px;
}
.vf.locale-switcher > a.link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
}
.vf.card-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.vf.card-list > div {
  display: inline-block;
  margin: 10px;
  width: 200px;
  text-align: center;
}
.vf.card-list > div img {
  margin: 20px;
  max-width: 100%;
  height: 140px;
  user-select: none;
  text-align: center;
}
.vf.card-list > div h2 {
  font-size: 26px;
  line-height: 42px;
  color: #4381f2;
}
.vf.card-list > div p {
  font-size: 16px;
  line-height: 27px;
  font-family: font-family-title;
}
.vf-login-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.vf-login-bar {
  height: 8px;
  background: #4381f2;
  width: 100%;
}
.vf-login-card-body {
  padding: 28px 32px 32px;
}
.vf-login-motivation {
  margin: -8px 0 20px;
  color: #555;
  font-size: 14px;
}
.vf-login-signup-hint {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #555;
  text-align: center;
}
.vf-login-signup-hint a {
  color: #4381f2;
  text-decoration: underline;
  cursor: pointer;
}
vf-answer-option-cards {
  padding: 10px 0px;
  text-align: center;
  list-style-type: none;
}
vf-answer-option-cards > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
  user-select: none;
}
vf-answer-option-cards ul.answeroptioncards-options {
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-answer-option-cards ul.answeroptioncards-options li {
  transition: transform 0.1s;
  user-select: none;
  min-width: 100px;
  min-height: 24px;
  padding: 6px 10px;
  font-size: 22px;
  border: solid 2px #333;
  margin: 14px 0px;
  border-radius: 8px;
  background-color: #fff;
}
vf-answer-option-cards ul.answeroptioncards-options li:hover {
  transform: scale(1.02);
}
vf-answer-option-cards ul.answeroptioncards-options li.selected {
  background-color: #4381f2;
  color: #fff;
  border: solid 2px #4381f2;
}
vf-answer-option-cards ul.answeroptioncards-options li > span {
  font-size: x-large;
  font-weight: bold;
}
vf-answer-option-cards ul.answeroptioncards-options li > span.symbol {
  font-size: xx-large;
  font-weight: normal;
}
vf-answer-option-cards ul.answeroptioncards-options li > span.desc {
  font-size: medium;
  font-weight: normal;
}
vf-new-deck-card > div {
  opacity: 1;
  border: 2px dashed #bbb;
  border-radius: 5px;
  width: 120px;
}
vf-new-deck-card > div > .plus {
  width: auto;
  color: #aaa;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
vf-new-deck-card > div > .text {
  width: auto;
  color: #aaa;
  font-family: font-family-title;
  padding: 0;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}
vf-new-deck-card > div:hover {
  transform: scale(1.02);
  cursor: pointer;
}
vf-deck-card,
vf-new-deck-card {
  margin: 0px 0px;
  white-space: initial;
}
vf-deck-card > div,
vf-new-deck-card > div {
  white-space: initial;
  height: 250px;
}
vf-deck-card > div {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  opacity: 0.7;
  background: #fff;
  width: 190px;
  will-change: auto;
  transition: transform 0.1s ease-in-out;
  user-select: none;
  overflow: hidden;
  background-size: cover;
  display: grid;
  grid-template-rows: 40px minmax(60px, min-content) auto min-content;
  grid-template-columns: 190px;
}
vf-deck-card > div.active {
  opacity: 1;
  animation: color-change 1s ease-in-out infinite;
}
vf-deck-card > div.active > .head {
  position: relative;
}
vf-deck-card > div.active > .head > div.noti {
  position: absolute;
  right: calc(50% - 12px);
  top: -12px;
  width: 24px;
  height: 24px;
  background-color: #ff7b00;
  border-radius: 50%;
  animation: noti-hopping 1s ease-in-out infinite;
}
vf-deck-card > div.active:hover {
  transform: scale(1.02);
}
vf-deck-card > div > .head {
  grid-row: 1;
  width: 100%;
}
vf-deck-card > div > .title {
  grid-row: 2;
  padding-bottom: 10px;
  text-align: center;
  border: solid 0px #ccc;
  border-width: 0px 0px 1px 0px;
  overflow: auto;
  margin: 10px 10px;
}
vf-deck-card > div > .title span {
  color: #222;
  font-family: font-family-title;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
vf-deck-card > div > .info {
  grid-row: 3;
  text-align: center;
  padding: 2px 10px;
  font-size: small;
  color: #999;
}
vf-deck-card > div > .info > div.stats {
  grid-template-columns: 50% auto;
  display: grid;
  text-align: center;
}
vf-deck-card > div > .info > div.stats > div.group {
  grid-column: 1;
}
vf-deck-card > div > .info > div.stats > div.group span {
  font-size: x-large;
}
vf-deck-card > div > .info > div.stats > div.words {
  grid-column: 2;
}
vf-deck-card > div > .info > div.stats > div.words span {
  font-size: x-large;
}
vf-deck-card > div > .button {
  grid-row: 4;
  text-align: center;
  letter-spacing: 1px;
  font-size: small;
  padding: 4px;
  color: #116b3a;
}
vf-deck-card > div > .button.active {
  padding: 0;
}
vf-deck-card > div > .button.active > krg-button {
  margin: 10px;
}
vf-deck-card > div > .button.active > krg-button > button {
  font-weight: bold;
}
@keyframes color-change {
  0%,
  100% {
    box-shadow: 0px 0px 8px rgba(255, 81, 0, 0.9);
  }
  50% {
    box-shadow: 0px 0px 8px rgba(255, 81, 0, 0.4);
  }
}
@keyframes noti-hopping {
  0%,
  100% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
}
vf-hide-char-part > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-hide-char-part > .info.sec {
  color: #fff;
}
vf-hide-char-part > div.charbox {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  width: fit-content;
  padding: 20px 50px;
  margin: 14px auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
vf-hide-char-part > div.charbox > .char {
  font-size: 82px;
  font-weight: normal;
  font-family: font-family-text;
}
vf-hide-char-part > div.charbox > .details > .word {
  font-weight: normal;
  font-family: font-family-text;
  color: #777;
  font-size: 20px;
}
vf-hide-char-part > div.charbox > .details > .desc {
  font-weight: normal;
  font-family: font-family-text;
  color: #777;
  font-size: 16px;
}
vf-hide-char-part > div.charbox > div.cover {
  background-color: #4381f2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  display: table;
}
vf-hide-char-part > div.charbox > div.cover > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
vf-hide-char-part > div.charbox.charbox.uncover > div.vf.cover {
  opacity: 0;
  filter: blur(0px);
  transition: all 0.2s;
}
vf-word-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin: 10px 0px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto min-content;
  grid-template-rows: 60px auto auto auto;
}
vf-word-card > .primary {
  grid-column: 1;
  grid-row: 1;
  color: #222;
}
vf-word-card > .primary > .article {
  font-size: 20px;
  font-family: font-family-text;
  font-weight: lighter;
  line-height: 60px;
}
vf-word-card > .primary > .word {
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
  line-height: 60px;
}
vf-word-card > .image {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  height: 72px;
  aspect-ratio: 1 / 1;
  margin: -6px 0px -6px -6px;
  background-size: cover;
  display: inline;
}
vf-word-card > .image > span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #222;
  font-size: 8px;
  padding: 2px 3px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 2px 0px 0px 0px;
}
vf-word-card > .divider {
  grid-row: 2;
  grid-column: 1 / 3;
  border: solid 0px #ccc;
  border-width: 0px 0px 1px 0px;
  margin: 16px 0px 10px 0px;
}
vf-word-card > .sentence {
  grid-row: 4;
  grid-column: 1 / 3;
  color: #555;
  font-size: 20px;
  font-style: italic;
}
vf-word-card > .description {
  grid-row: 3;
  grid-column: 1 / 3;
  color: #777;
  font-size: 16px;
}
vf-letter-sort-memory {
  text-align: center;
}
vf-letter-sort-memory > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-letter-sort-memory > ul.selection {
  margin: 14px 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-letter-sort-memory > ul.selection li {
  user-select: none;
  vertical-align: top;
  display: inline-block;
  min-width: 18px;
  min-height: 30px;
  padding: 4px 4px;
  font-size: 22px;
  font-weight: bold;
  background-color: #ddd;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  margin: 0px 5px 10px 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
vf-letter-sort-memory > ul.selection li.active {
  background-color: #4381f2;
}
vf-letter-sort-memory > ul.selection li.space {
  width: 10px;
  min-width: 14px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}
vf-letter-sort-memory > ul.options {
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-letter-sort-memory > ul.options li {
  user-select: none;
  text-align: center;
  display: inline-block;
  min-width: 18px;
  min-height: 24px;
  padding: 6px 10px;
  font-size: 22px;
  font-weight: bold;
  border: solid 2px #333;
  margin: 0px 14px 14px 0px;
  border-radius: 8px;
  background-color: #fff;
}
vf-letter-sort-memory > ul.options li.used {
  opacity: 0.2;
}
vf-letter-swap-memory > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-letter-swap-memory > .selection {
  margin: 14px 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-letter-swap-memory > .selection li {
  transition: transform 0.1s;
  user-select: none;
  vertical-align: top;
  display: inline-block;
  min-width: 18px;
  min-height: 30px;
  padding: 4px 4px;
  font-size: 22px;
  font-weight: bold;
  background-color: #4381f2;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  margin: 0px 5px 10px 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
vf-letter-swap-memory > .selection li:hover {
  transform: scale(1.05);
}
vf-letter-swap-memory > .selection > .selected {
  background-color: #eb6526;
}
vf-letter-swap-memory > .selection > .space {
  width: 10px;
  min-width: 14px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}
vf-start-account-card > div {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  width: auto;
  height: 140px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #153673eb, rgba(59, 35, 6, 0.75)), url(/img/account_bg.jpg);
  background-size: cover;
  position: relative;
}
vf-start-account-card > div > div.logo {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
vf-start-account-card > div > div.logo span.vocafox {
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
vf-start-account-card > div > div.logo span.version {
  font-family: arial;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  margin-left: 6px;
}
vf-start-account-card > div > div.logo span.role {
  margin: 0px auto;
  padding-top: 60px;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 6px;
  margin-left: 10px;
}
vf-start-account-card > div > div.logo span.role.free {
  color: #aaa;
  border: solid 1px #aaa;
}
vf-start-account-card > div > div.logo span.role.supporter {
  color: #16c45f;
  border: solid 1px #16c45f;
}
vf-start-account-card > div > div.logo span.role.gold {
  color: #ffae00;
  border: solid 1px #ffae00;
}
vf-start-account-card > div > div.logo span.role.teacher {
  color: #00bcd4;
  border: solid 1px #00bcd4;
}
vf-start-account-card > div > div.logo span.role.admin {
  color: #e53935;
  border: solid 1px #e53935;
}
vf-start-account-card > div > div.logo span.role.student {
  color: #f48fb1;
  border: solid 1px #f48fb1;
}
vf-start-account-card > div > .totalwordsbox {
  position: absolute;
  right: 10;
  bottom: 20;
  color: #fff;
  font-family: font-family-title;
}
vf-start-account-card > div > .totalwordsbox > span.title {
  font-size: 18px;
}
vf-start-account-card > div > .totalwordsbox > span.current {
  font-size: 40px;
}
vf-start-account-card > div > .totalwordsbox > span.max {
  color: #aaa;
  font-size: 18px;
}
vf-start-account-card > div > .progresswrap {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}
vf-start-account-card > div > .progresswrap krg-progress-bar {
  display: block;
  height: 8px;
  --krg-progress-color: #4381f2;
}
vf-start-streak-card {
  display: block;
}
vf-start-streak-card .ssc-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 16px;
  gap: 0;
  text-align: center;
}
vf-start-streak-card .ssc-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
vf-start-streak-card .ssc-icon {
  font-size: 18px;
  color: #4381f2;
}
vf-start-streak-card .ssc-title {
  font-size: 15px;
  font-weight: bold;
  color: #444;
}
vf-start-streak-card .ssc-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  line-height: 1;
}
vf-start-streak-card .ssc-count {
  font-size: 52px;
  font-weight: bold;
  color: #4381f2;
  line-height: 1;
}
vf-start-streak-card .ssc-unit {
  font-size: 13px;
  color: #aaa;
  margin-top: 2px;
  letter-spacing: 0.5px;
}
vf-start-streak-card .ssc-days {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 14px;
}
vf-start-streak-card .ssc-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
vf-start-streak-card .ssc-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
vf-start-streak-card .ssc-day.reached .ssc-circle {
  background-color: #4381f2;
}
vf-start-streak-card .ssc-day.today:not(.reached) .ssc-circle {
  background-color: #fff;
  border: 2px solid #4381f2;
}
vf-start-streak-card .ssc-day.future .ssc-circle {
  background-color: #e0e0e0;
}
vf-start-streak-card .ssc-day-label {
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
}
vf-start-streak-card .ssc-day.today .ssc-day-label {
  color: #4381f2;
  font-weight: bold;
}
vf-start-streak-card .ssc-day.reached .ssc-day-label {
  color: #4381f2;
}
vf-start-streak-card .ssc-motivation {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
vf-deck-strike-card {
  display: block;
}
vf-deck-strike-card .dsc-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(8px, 2vw, 20px);
  padding: 10px;
  flex-wrap: nowrap;
  background-color: #fff;
}
vf-deck-strike-card .dsc-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  padding-right: clamp(8px, 1.5vw, 16px);
  border-right: 1px solid #ccc;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 40%;
}
vf-deck-strike-card .dsc-left-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
vf-deck-strike-card .dsc-days {
  display: flex;
  gap: clamp(2px, 1vw, 10px);
  flex: 1 1 0;
  min-width: 0;
  max-width: 360px;
  margin: 0px auto;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
vf-deck-strike-card .dsc-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 54px;
}
vf-deck-strike-card .dsc-day-name {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
}
vf-deck-strike-card .dsc-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
vf-deck-strike-card .dsc-day.reached .dsc-circle {
  background-color: #00A15F;
}
vf-deck-strike-card .dsc-day.reached .dsc-circle i {
  display: block;
  margin: 0 auto;
}
vf-deck-strike-card .dsc-day.today .dsc-day-name {
  color: #4381f2;
  font-weight: bold;
}
vf-deck-strike-card .dsc-day.today:not(.reached) .dsc-circle {
  background-color: #fff;
  border: 2px solid #4381f2;
}
vf-deck-strike-card .dsc-total-label {
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
vf-deck-strike-card .dsc-total-count {
  font-size: 26px;
  font-weight: bold;
  color: #4381f2;
  line-height: 1.1;
}
vf-type-missing-letter {
  padding: 10px;
  text-align: center;
  list-style-type: none;
}
vf-type-missing-letter > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-type-missing-letter > .wordbox {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  width: max-content;
  margin: 14px auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: min-content min-content min-content;
}
vf-type-missing-letter > .wordbox > .start {
  grid-column: 1;
  padding: 4px 4px 4px 8px;
  border-radius: 8px 0px 0px 8px;
  background: #4381f2;
  color: #fff;
}
vf-type-missing-letter > .wordbox > .middle {
  grid-column: 2;
  width: min-content;
  min-width: 26px;
}
vf-type-missing-letter > .wordbox > .end {
  grid-column: 3;
  padding: 4px 8px 4px 4px;
  border-radius: 0px 8px 8px 0px;
  background: #4381f2;
  color: #fff;
}
vf-type-missing-letter > .wordbox div.middle,
vf-type-missing-letter > .wordbox div.end,
vf-type-missing-letter > .wordbox div.start {
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
vf-type-missing-letter > .wordbox div.middle > input,
vf-type-missing-letter > .wordbox div.end > input,
vf-type-missing-letter > .wordbox div.start > input {
  font-size: 22px;
  padding: 4px 0px;
  margin: 0px;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
}
vf-type-missing-letter > .wordbox div.middle.word,
vf-type-missing-letter > .wordbox div.end.word,
vf-type-missing-letter > .wordbox div.start.word {
  background-color: #4381f2;
  color: #fff;
  min-height: 28px;
}
vf-type-missing-letter > .wordbox div.middle.text,
vf-type-missing-letter > .wordbox div.end.text,
vf-type-missing-letter > .wordbox div.start.text {
  background-color: #fff;
  color: #fff;
}
div.vf.typemissingletter-wrapper {
  padding: 10px;
  text-align: center;
  list-style-type: none;
}
div.vf.typemissingletter-wrapper div.wordbox {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  width: max-content;
  margin: 10px auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
div.vf.typemissingletter-wrapper div.wordbox div.start {
  display: inline-block;
  padding: 4px 4px;
  border-radius: 5px 0px 0px 5px;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle {
  display: inline-block;
}
div.vf.typemissingletter-wrapper div.wordbox div.end {
  display: inline-block;
  padding: 4px 4px;
  border-radius: 0px 5px 5px 0px;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle,
div.vf.typemissingletter-wrapper div.wordbox div.end,
div.vf.typemissingletter-wrapper div.wordbox div.start {
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle > input,
div.vf.typemissingletter-wrapper div.wordbox div.end > input,
div.vf.typemissingletter-wrapper div.wordbox div.start > input {
  font-size: 22px;
  padding: 4px 0px;
  margin: 0px;
  width: 40px;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle.word,
div.vf.typemissingletter-wrapper div.wordbox div.end.word,
div.vf.typemissingletter-wrapper div.wordbox div.start.word {
  background-color: #4381f2;
  color: #fff;
  min-height: 28px;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle.text,
div.vf.typemissingletter-wrapper div.wordbox div.end.text,
div.vf.typemissingletter-wrapper div.wordbox div.start.text {
  background-color: #fff;
  color: #fff;
}
vf-draw-word-field {
  margin: 10px 0px;
  display: block;
}
vf-draw-word-field > krg-tab-view > krg-tab > .request-wrapper {
  text-align: right;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper {
  margin: 0 auto;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: fit-content;
  overflow: hidden;
  width: fit-content;
  max-width: -webkit-fill-available;
  padding: 10px;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.head {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto min-content;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.head > span {
  grid-column: 1;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 4px;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.head > krg-button {
  grid-column: 2;
  float: right;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls {
  margin-top: 10px;
  display: grid;
  grid-template-columns: min-content min-content auto min-content;
  column-gap: 10px;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls > :nth-child(1) {
  grid-template-columns: 1;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls > :nth-child(2) {
  grid-template-columns: 2;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls > :last-child {
  grid-template-columns: 4;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper span.title {
  float: left;
  color: #333;
  font-size: large;
  font-weight: bold;
  margin: 10px 10px;
}
vf-number-generator .number-field {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
vf-number-generator .number-field span {
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
}
vf-date-generator .date-field {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
vf-date-generator .date-field span {
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
}
vf-date-generator .date-field-classic {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
  grid-template-rows: min-content auto min-content min-content;
  width: 200px;
  overflow: hidden;
}
vf-date-generator .date-field-classic .month {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background-color: #4381f2;
  grid-row: 0;
  padding: 4px 0px;
}
vf-date-generator .date-field-classic .date {
  grid-row: 1;
  text-align: center;
  color: #4381f2;
  font-size: 64px;
  font-family: font-family-text;
  font-weight: bold;
  padding: 24px 0px;
}
vf-date-generator .date-field-classic .day {
  grid-row: 2;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: font-family-title;
  font-weight: bold;
}
vf-date-generator .date-field-classic .year {
  grid-row: 3;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-family: font-family-text;
  font-weight: bold;
  padding: 4px 0px 24px 0px;
}
vf-time-generator .time-field-classic {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
vf-time-generator .time-field-classic > .time {
  color: #333;
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
  display: inline-block;
}
vf-time-generator .time-field-classic > .ampm {
  color: #555;
  margin-left: 4px;
  font-size: 18px;
  font-family: font-family-text;
  font-weight: bold;
  display: inline-block;
}
vf-flip-card > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-flip-card > .info.sec {
  color: #fff;
}
vf-flip-card div.wrapper {
  user-select: none;
  margin: 10px 0px;
  width: auto;
  text-align: center;
}
vf-flip-card div.wrapper > div.card {
  background-color: #eee;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: 0 auto;
}
vf-flip-card div.wrapper > div.card div.outer {
  height: 260px;
  width: auto;
  max-width: 400px;
  perspective: 1400px;
  overflow: hidden;
}
vf-flip-card div.wrapper > div.card div.outer div.inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
vf-flip-card div.wrapper > div.card div.outer div.inner.flip {
  transform: rotateY(-180deg);
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front,
vf-flip-card div.wrapper > div.card div.outer div.inner div.back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: table;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front > a,
vf-flip-card div.wrapper > div.card div.outer div.inner div.back > a {
  position: absolute;
  right: 10px;
  top: 10px;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front > p,
vf-flip-card div.wrapper > div.card div.outer div.inner div.back > p {
  font-size: 26px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front {
  background-color: #4381f2;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front p.font-text {
  color: #fff;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.back {
  transform: rotateY(180deg);
  background-color: #fff;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.back p.back-text {
  color: #222;
}
vf-flip-card div.wrapper > div.card div.description-wrapper {
  text-align: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.2s ease-out;
  width: auto;
  max-width: 400px;
}
vf-flip-card div.wrapper > div.card div.description-wrapper.open {
  transition: max-height 0.5s linear;
  height: fit-content;
  max-height: 500px;
  padding: 14px 0px;
}
vf-flip-card div.wrapper > div.card div.description-wrapper > p {
  font-size: 14px;
  color: #333;
  margin: 0px 10px;
}
vf-frame-view-info > div {
  width: auto;
  text-align: center;
}
vf-frame-view-info > div > span {
  font-size: 12px;
  color: #fff;
}
vf-frame-view-info > div.student {
  background-color: #f48fb1;
}
vf-frame-view-info > div.teacher {
  background-color: #4381f2;
}
vf-frame-view-info > div.admin {
  background-color: #eb6526;
}
vf-frame-view-info > div.subscriber {
  background-color: #ffae00;
}
vf-task-card {
  display: block;
  margin-bottom: 10px;
}
vf-task-card > .tc-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
vf-task-card > .tc-card.not-ready {
  opacity: 0.6;
}
vf-task-card > .tc-card.expired {
  opacity: 0.6;
}
vf-task-card > .tc-card > .tc-bar {
  height: 8px;
  background: #4381f2;
  width: 100%;
}
vf-task-card > .tc-card.done > .tc-bar {
  background: #00A15F;
}
vf-task-card > .tc-card > .tc-top {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 12px;
  gap: 10px;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row {
  display: flex;
  align-items: flex-start;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 2px;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-icon-wrap > i {
  color: #555;
  margin-right: 0;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-text {
  flex: 1;
  min-width: 0;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-text > .tc-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
vf-task-card > .tc-card > .tc-top > .tc-details {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 40px;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left {
  flex: 1;
  min-width: 0;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left > .tc-desc {
  font-size: 12px;
  color: #777;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left > .tc-show-more-btn {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #4381f2;
  cursor: pointer;
  text-decoration: none;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left > .tc-show-more-btn:hover {
  text-decoration: underline;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-edit-action {
  display: flex;
  align-items: center;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-status-done {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00A15F;
  font-weight: bold;
  font-size: 12px;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-status-hint {
  font-size: 12px;
  color: #aaa;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-status-expired {
  font-size: 12px;
  font-weight: bold;
  color: #E45625;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-top-row > .tc-text > .tc-title {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-details {
  flex-direction: column;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-details > .tc-right {
  align-self: flex-end;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-details > .tc-left > .tc-desc {
  white-space: pre-wrap;
  overflow: visible;
  text-overflow: clip;
}
vf-task-card > .tc-card > .tc-progress {
  padding: 10px 16px;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-label {
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  line-height: 1;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots > .tc-dot {
  letter-spacing: 2px;
  font-size: 12px;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots > .tc-dot-done {
  color: #00A15F;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots > .tc-dot-open {
  color: #aaa;
}
vf-task-card > .tc-card > .tc-divider {
  height: 1px;
  background: #eee;
  margin: 0 16px;
}
vf-task-card > .tc-card > .tc-bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 16px;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta {
  flex: 1;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-label {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #222;
  margin-top: 3px;
  line-height: 1;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-class {
  color: #7c5cbf;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-deadline {
  color: #E45625;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-mode {
  color: #4381f2;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-required {
  color: #dd9a0a;
}
vf-task-card-stack {
  display: block;
  min-height: 200px;
  user-select: none;
}
vf-task-card-stack > .tcs-counter {
  font-size: 12px;
  color: #aaa;
  text-align: right;
  margin-bottom: 8px;
  display: none;
}
vf-task-card-stack > .tcs-wrapper {
  position: relative;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card {
  position: absolute;
  width: 100%;
  top: 0;
  will-change: transform;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="0"] {
  z-index: 3;
  transform: translateY(0) scale(1);
  cursor: grab;
  touch-action: none;
  user-select: none;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="0"]:active {
  cursor: grabbing;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="1"] {
  z-index: 2;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="1"].tcs-spawn {
  animation: tcs-spawn-pos1 0.2s ease-out both;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="2"] {
  z-index: 1;
  transform: translateY(24px) scale(0.92);
  pointer-events: none;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="2"].tcs-spawn {
  animation: tcs-spawn-pos2 0.2s ease-out both;
}
@keyframes tcs-spawn-pos1 {
  from {
    transform: translateY(2px) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(12px) scale(0.96);
    opacity: 1;
  }
}
@keyframes tcs-spawn-pos2 {
  from {
    transform: translateY(14px) scale(0.86);
    opacity: 0;
  }
  to {
    transform: translateY(24px) scale(0.92);
    opacity: 1;
  }
}
vf-task-card-stack > .tcs-empty {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 10px #0000002b !important;
}
vf-task-card-stack > .tcs-empty > i {
  color: #00A15F;
  font-size: 20px;
}
vf-task-card-stack > .tcs-empty > span {
  font-size: 16px;
  color: #555;
  font-weight: bold;
}
vf-two-phone-animation {
  display: block;
}
vf-two-phone-animation .vf-tpa-stage {
  width: auto;
  height: 300px;
  background-color: #eee;
  position: relative;
}
vf-two-phone-animation .vf-tpa-phone {
  width: 180px;
  height: 280px;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  transform-origin: bottom center;
}
vf-two-phone-animation .vf-tpa-phone-left {
  left: 10px;
  background: red;
  animation: vf-tpa-left-cycle 20s ease-in-out infinite;
}
vf-two-phone-animation .vf-tpa-phone-right {
  right: 10px;
  background: blue;
  animation: vf-tpa-right-cycle 20s ease-in-out infinite;
}
/*
 * 20 s cycle — phone left starts active.
 * 0–40 %  : phone active  (scaled up, shifted toward centre, orange glow)
 * 40–50 % : crossover transition
 * 50–90 % : phone normal
 * 90–100% : transition back → seamless loop
 */
@keyframes vf-tpa-left-cycle {
  0%,
  40% {
    transform: scale(1.1) translateX(20px);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 18px rgba(255, 123, 0, 0.55);
  }
  50%,
  90% {
    transform: scale(1) translateX(0);
    z-index: 1;
    box-shadow: none;
  }
  100% {
    transform: scale(1.1) translateX(20px);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 18px rgba(255, 123, 0, 0.55);
  }
}
@keyframes vf-tpa-right-cycle {
  0%,
  40% {
    transform: scale(1) translateX(0);
    z-index: 1;
    box-shadow: none;
  }
  50%,
  90% {
    transform: scale(1.1) translateX(-20px);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 18px rgba(255, 123, 0, 0.55);
  }
  100% {
    transform: scale(1) translateX(0);
    z-index: 1;
    box-shadow: none;
  }
}
h1 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 32px;
}
h2 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 26px;
}
body {
  background-color: #f5f5f5;
}
.vf.app h2 {
  color: #222;
  font-family: font-family-title;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0;
  font-size: 20px;
}
.vf.page h1 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 32px;
}
.vf.page h2 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 26px;
}
div.vf.topbar div.head {
  background: linear-gradient(to bottom left, rgba(29, 30, 49, 0.75), rgba(59, 35, 6, 0.75)), url('/img/bg.jpg');
}
div.vf.topbar div.head div.contentarea a {
  position: relative;
}
div.vf.topbar div.head div.contentarea a div.logo {
  position: relative;
  background-color: #222;
}
div.vf.topbar div.head div.contentarea a div.logo i.vflogo {
  position: absolute;
  margin: 10px 7px;
  background-image: url(/img/vf_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
}
div.vf.topbar div.head div.contentarea a div.logo span {
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
}
div.krg-wrapper {
  background-color: #f5f5f5;
}
div.vf.krg.pagebanner .frameheader {
  font-weight: bold;
  font-size: 20px;
  font-family: 'font-family-title';
}
div.vf.section-header {
  margin-top: 10px;
  margin-bottom: 20px;
  border: solid 0px #4381f2;
  border-width: 0px 0px 2px 0px;
  padding-bottom: 0px;
  width: 100%;
  overflow: auto;
}
div.vf.section-header.no-line {
  border: none;
}
div.vf.section-header.second-line {
  border: solid 0px #aaa;
  border-width: 0px 0px 1px 0px;
}
div.vf.section-header h2,
div.vf.section-header h3 {
  display: inline;
  margin: 10px 0px 10px 0px;
}
div.vf.section-header > krg-button {
  right: 0px;
  float: right;
}
div.vf.section-header .primary {
  border-radius: 5px 5px 0px 0px;
  font-weight: normal;
}
div.vf-payment img {
  margin: 30px 10px;
  max-width: 80%;
}
.form-text-row.button-selection .input button {
  margin-right: 4px;
  min-width: 54px;
}
div.two-button {
  margin: 10px 0px;
}
div.two-button button {
  min-width: 120px;
}
div.levelbatch {
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #4381f2;
  padding: 3px 6px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
div.levelbatch.max {
  background-color: #16c45f;
}
div.levelbatch.fixed {
  padding: 0px;
  padding: auto;
  width: 20px;
}
krg-sidebar > .wrapper > .optionhead {
  background: linear-gradient(to bottom left, rgba(29, 30, 49, 0.75), rgba(59, 35, 6, 0.75)), url('/img/bg.jpg') !important;
}
krg-sidebar > .wrapper > .optionhead div.logo {
  vertical-align: middle;
  margin: 30px 10px;
}
krg-sidebar > .wrapper > .optionhead div.logo span.vocafox {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role {
  margin-left: 10px;
  border-radius: 5px;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.free {
  border: solid 1px #aaa;
  color: #aaa;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.supporter {
  border: solid 1px #16c45f;
  color: #16c45f;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.gold {
  border: solid 1px #ffae00;
  color: #ffae00;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.teacher {
  border: solid 1px #00bcd4;
  color: #00bcd4;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.admin {
  border: solid 1px #e53935;
  color: #e53935;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.student {
  border: solid 1px #f48fb1;
  color: #f48fb1;
}
div.vf-support-status {
  width: 100%;
  height: 40px;
  text-align: center;
}
div.vf-support-status .vocafox {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  font-family: arial;
}
div.vf-support-status .role {
  margin-left: 10px;
  border-radius: 5px;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}
div.vf-support-status .role.free {
  border: solid 1px #aaa;
  color: #aaa;
}
div.vf-support-status .role.supporter {
  border: solid 1px #16c45f;
  color: #16c45f;
}
div.vf-support-status .role.gold {
  border: solid 1px #ffae00;
  color: #ffae00;
}
div.vf-support-status .role.teacher {
  border: solid 1px #00bcd4;
  color: #00bcd4;
}
div.vf-support-status .role.admin {
  border: solid 1px #e53935;
  color: #e53935;
}
div.vf-support-status .role.student {
  border: solid 1px #f48fb1;
  color: #f48fb1;
}
.krg.contentarea.vf-notebook {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
}
.krg.contentarea.vf-notebook > .krg.textarea {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 60vh;
}
.krg.contentarea.vf-notebook #notebook-editor-view > krg-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view > krg-form > krg-button-array {
  margin-bottom: 10px;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input > .khe-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input > .khe-body > .khe-ribbon {
  flex: 0 0 auto;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input > .khe-body > .khe-editor {
  flex: 1;
  min-height: 280px;
}
 .krg-form-element-style {
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
}
/* FONT */
/* COLOR */
/* SHADOW */
/* TRANSITION */
/* SPACING */
/* FONT FAMILY */
/* MEDIA QUERY */
/* BORDER */
/* SHORT CUTS*/
.krg-animation-push {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
.krg-animation-push:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
/* OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD */
/* ========== FONT ========== */
/* ========== COLORS ========== */
/* ========== COLORS BG ========== */
/* ========== SHADOW ========== */
/* ========== TRANSITION ========== */
/* ========== GAP ========== */
krg-feature-item {
  display: block;
  margin: 4px 0;
}
krg-feature-item > .kfi-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
krg-feature-item > .kfi-wrap > i.krg.ico {
  flex-shrink: 0;
  color: #555;
}
krg-feature-item > .kfi-wrap > .kfi-text > .kfi-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
}
krg-feature-item > .kfi-wrap > .kfi-text > .kfi-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.4;
}
/* ========== COLOR ========== */
ul.krg.snippet-list {
  list-style-type: none;
  padding: 0;
}
div.krg.snippet-wrapper {
  border-color: #000;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  overflow: hidden;
  background: #fff;
  margin: 30px 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 2px;
  transition: opacity 0.2s ease-out;
}
div.krg.snippet-wrapper > div.krg.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px 0px 10px 0px;
  background-color: #aaa;
  transition: opacity 0.2s ease-out;
}
div.krg.snippet-wrapper span.krg.headline {
  color: #222;
  font-family: font-family-text;
  margin: 10 0 10 0;
  padding: 0;
  font-size: xx-large;
}
div.krg.snippet-wrapper ul.krg.infobar {
  width: 100%;
  margin: 10px 0px;
}
div.krg.snippet-wrapper ul.krg.infobar li {
  font-family: font-family-title;
  color: #333;
  white-space: nowrap;
  display: inline;
  margin-right: 30px;
  font-size: small;
}
div.krg.snippet-wrapper ul.krg.infobar li div.krg.authorimage {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 4px;
  background-color: #aaa;
  background-size: cover;
  transition: opacity 0.2s ease-out;
}
div.krg.snippet-wrapper span.krg.category {
  font-size: small;
  margin: 5px 0px;
  display: block;
}
div.krg.snippet-wrapper p.krg.preview {
  color: #555;
  font-family: "font-family-title";
  line-height: 140%;
  font-size: medium;
  margin: 10px 0px;
}
div.krg.snippet-wrapper > ul {
  margin: 0px;
}
/* =========================
 * LAYOUT
 * ========================= */
div.krg.snippet-wrapper.layout-big div.krg.img {
  width: auto;
  height: 200px;
}
div.krg.snippet-wrapper.layout-big div.krg.text {
  width: auto;
}
div.krg.snippet-wrapper.layout-big div.krg.text span.krg.headline {
  font-size: xx-large;
}
div.krg.snippet-wrapper.layout-medium div.krg.img {
  display: block;
  width: auto;
  height: 120px;
}
div.krg.snippet-wrapper.layout-medium div.krg.text {
  width: auto;
}
div.krg.snippet-wrapper.layout-medium div.krg.text span.krg.headline {
  font-size: xx-large;
}
div.krg.snippet-wrapper.layout-onlytext div.krg.img {
  display: none;
}
div.krg.snippet-wrapper.layout-onlytext div.krg.text {
  width: auto;
}
div.krg.snippet-wrapper.layout-onlytext div.krg.text span.krg.headline {
  font-size: x-large;
}
div.krg.snippet-wrapper.layout-small div.krg.img {
  display: none;
}
div.krg.snippet-wrapper.layout-small div.krg.text {
  width: auto;
}
div.krg.snippet-wrapper.layout-small div.krg.text p {
  display: none;
}
div.krg.snippet-wrapper.layout-small div.krg.text span.krg.headline {
  font-size: x-large;
}
@media only screen and (min-width: 500px) {
  /* =========================
     * LAYOUT
     * ========================= */
  div.krg.snippet-wrapper.layout-big div.krg.img {
    height: 240px;
  }
  div.krg.snippet-wrapper.layout-medium div.krg.img {
    width: 180px;
    height: 180px;
    background-color: red;
    margin: 0px 10px 0px 0px;
    float: left;
  }
  div.krg.snippet-wrapper.layout-medium div.krg.text {
    width: auto;
  }
}
krg-banner-selector > div.preview {
  border-radius: 5px;
}
krg-button {
  display: inline-block;
}
krg-button > button {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 27px;
  transition-duration: 0.2s;
  transition-property: all;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  outline: none;
  color: #fff;
  font-weight: bold;
  font-family: font-family-title;
  user-select: none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
krg-button > button:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-button > button.disabled {
  background-color: #777;
}
krg-button > button:hover {
  cursor: pointer;
}
krg-button > button.primary {
  background-color: #4381f2;
}
krg-button > button.primary:hover {
  background-color: #1361ef;
}
krg-button > button.primary:active {
  background-color: #0d4dc2;
}
krg-button > button.red {
  background-color: #E45625;
}
krg-button > button.red:hover {
  background-color: #be4218;
}
krg-button > button.red:active {
  background-color: #913312;
}
krg-button > button.green {
  background-color: #00A15F;
}
krg-button > button.green:hover {
  background-color: #006e41;
}
krg-button > button.green:active {
  background-color: #003b23;
}
krg-button > button.tiny {
  font-size: 13px;
  line-height: 23px;
  padding: 6px 16px;
  line-height: normal;
}
krg-button > button.small {
  font-size: 13px;
  line-height: 23px;
  padding: 6px 16px;
}
krg-button > button.medium {
  font-size: 16px;
  line-height: 27px;
  padding: 6px 16px;
}
krg-button > button.large {
  font-size: 20px;
  line-height: 33px;
  padding: 6px 16px;
}
krg-button > button:hover {
  transition: all 0.1s ease-in-out;
}
krg-button {
  overflow: hidden;
}
krg-button > button.section-button {
  font-size: 13px;
  line-height: 23px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  font-weight: bold !important;
}
krg-button > button.section-button:active {
  transform: translateY(0px);
}
@media only screen and (max-width: 500px) {
  krg-button > button.stretch-on-mobile {
    width: 100%;
  }
}
krg-collapsible-box {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
krg-collapsible-box > .head {
  display: grid;
  grid-template-columns: 30px auto;
  cursor: pointer;
  border: 0px solid #222;
  border-bottom-width: 2px;
  background-color: #fff;
  padding: 10px;
  user-select: none;
}
krg-collapsible-box > .head:hover {
  background-color: #f5f5f5;
}
krg-collapsible-box > .head > .menu {
  grid-column: 1;
}
krg-collapsible-box > .head > .menu > div {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: rotate(0deg);
  width: min-content;
}
krg-collapsible-box > .head > .menu > div i {
  margin-right: 0px;
}
krg-collapsible-box > .head > .title {
  grid-column: 2;
}
krg-collapsible-box > .head > .title > span {
  font-size: 16px;
  line-height: 27px;
  color: #4d75aa;
  font-weight: bold;
  line-height: normal;
  font-family: font-family-title;
}
krg-collapsible-box .body {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  background-color: #f5f5f5;
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
}
krg-collapsible-box.active > .body {
  opacity: 1;
  max-height: fit-content;
}
krg-collapsible-box.active > .head {
  border-radius: 5px 5px 0px 0px;
}
krg-collapsible-box.active > .head .menu > div {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: rotate(90deg);
}
krg-dot-progress-bar {
  display: block;
}
krg-dot-progress-bar > .wrapper {
  display: flex;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
}
krg-dot-progress-bar > .wrapper > .dot {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border: 2px solid #aaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
krg-dot-progress-bar > .wrapper > .dot.green {
  border-color: #30be26;
  background-color: #30be26;
  box-shadow: 0 1px 10px rgba(48, 190, 38, 0.65) !important;
}
krg-dot-progress-bar > .wrapper > .dot.red {
  border-color: #df2020;
  background-color: #df2020;
}
krg-dot-progress-bar > .wrapper > .dot.blue {
  animation: krg-dot-progress-bar-active-dot-animation 2s infinite ease-in-out;
  border-width: 3px;
  border-color: #4381f2;
  background-color: transparent;
  width: 10px;
  height: 10px;
}
krg-dot-progress-bar > .wrapper > .dot:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: scale(1.1);
}
krg-dot-progress-bar > .wrapper .line {
  border: 0px solid #aaa;
  border-bottom-width: 2px;
  width: 18px;
  height: 7px;
}
krg-dot-progress-bar > .wrapper .line.green {
  border-color: #30be26;
}
krg-dot-progress-bar > .wrapper .line.red {
  border-color: #E45625;
}
krg-dot-progress-bar > .wrapper .line.blue {
  border-color: #4381f2;
}
@keyframes krg-dot-progress-bar-active-dot-animation {
  0%,
  100% {
    box-shadow: #4381f2 0px 0px 3px, inset rgba(67, 129, 242, 0.5) 0px 0px 1px;
  }
  50% {
    box-shadow: #4381f2 0px 0px 6px, inset rgba(67, 129, 242, 0.5) 0px 0px 2px;
  }
}
krg-draw-field > .wrapper {
  border: solid 1px #ccc;
  border-radius: 8px;
  background-color: #4381f2;
  width: fit-content;
  max-width: -webkit-fill-available;
  overflow-x: scroll;
}
krg-draw-field > .wrapper > canvas {
  cursor: crosshair;
  margin-bottom: 20px;
  background-color: #fff;
  width: auto;
  height: 260px;
  touch-action: none;
}
krg-dyn-card-list > .wrapper {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
krg-dyn-card-list > .wrapper > ul {
  margin: 0px;
  padding: 0px;
}
krg-dyn-card-list > .wrapper > ul > * > li > .wrapper {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
krg-dyn-card-list-item > .wrapper {
  border: 0px solid #222;
  border-bottom-width: 2px;
}
krg-dyn-card-list-item > .wrapper > .head {
  display: grid;
  grid-template-columns: auto min-content;
  user-select: none;
}
krg-dyn-card-list-item > .wrapper > .head > .title {
  grid-column: 1;
  padding: 10px;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
krg-dyn-card-list-item > .wrapper > .head > .title > .menu-btn {
  display: inline-block;
  cursor: pointer;
  width: 30px;
}
krg-dyn-card-list-item > .wrapper > .head > .title > .menu-btn > div {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: rotate(0deg);
  width: min-content;
}
krg-dyn-card-list-item > .wrapper > .head > .title > .menu-btn > div i {
  margin-right: 0px;
}
krg-dyn-card-list-item > .wrapper > .head > .title > span {
  font-size: 16px;
  line-height: 27px;
  color: #4d75aa;
  line-height: normal;
  font-family: font-family-title;
}
krg-dyn-card-list-item > .wrapper > .head > .title:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #f5f5f5;
}
krg-dyn-card-list-item > .wrapper > .head > .title:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #ebebeb;
}
krg-dyn-card-list-item > .wrapper > .head > .option-btn {
  grid-column: 2;
  padding: 10px;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
krg-dyn-card-list-item > .wrapper > .head > .option-btn:empty {
  padding: 0px;
  width: 0px;
}
krg-dyn-card-list-item > .wrapper > .head > .option-btn:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #f5f5f5;
}
krg-dyn-card-list-item > .wrapper > .head > .option-btn:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #ebebeb;
}
krg-dyn-card-list-item > .wrapper > .body {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
}
krg-dyn-card-list-item > .wrapper.active {
  border-bottom-width: 1px;
}
krg-dyn-card-list-item > .wrapper.active > .body {
  padding: 10px;
  max-height: fit-content;
}
krg-dyn-card-list-item > .wrapper.active > .head > .title > .menu-btn > div {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: rotate(90deg);
}
krg-dyn-card-list-item > .wrapper.active > .head > .title > .menu-btn > div i {
  margin-right: 0px;
}
krg-item-gallery {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #fff 5%, #fff 95%, transparent 100%);
  display: block;
  position: relative;
}
krg-item-gallery > .krg-gallery-track {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 50px;
  overflow-x: scroll;
  cursor: grab;
  user-select: none;
}
krg-item-gallery > .krg-gallery-track > * {
  flex-shrink: 0;
}
krg-item-gallery > .krg-gallery-track::-webkit-scrollbar {
  display: none;
}
/* =========================
 * WRAPPER
 * ========================= */
krg-messagecrow > .wrapper {
  position: fixed;
  z-index: 1000;
  padding-bottom: 1px;
  width: 100%;
  overflow: hidden;
}
krg-messagecrow > .wrapper > .contentarea > .content {
  display: flex;
  flex-direction: column;
}
krg-messagecrow-item {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  display: grid;
  grid-template-rows: min-content min-content;
  transform: translateY(-40px) scale(0.9);
  opacity: 0;
  margin-top: 10px;
  overflow: hidden;
}
krg-messagecrow-item.in {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  transform: translateY(0) scale(1);
  opacity: 1;
}
krg-messagecrow-item.out {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  transform: translateY(-40px) scale(0.9);
  opacity: 0;
}
krg-messagecrow-item > .content {
  display: inline-block;
  grid-row: 1;
  padding: 10px;
}
krg-messagecrow-item > .content > p {
  margin: 0px;
  font-size: 16px;
  line-height: 27px;
  font-family: font-family-title;
}
krg-messagecrow-item > .actions {
  grid-row: 2;
  width: 100%;
}
krg-messagecrow-item > .actions .button {
  font-size: 13px;
  line-height: 23px;
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  float: right;
  cursor: pointer;
  margin: 0;
  outline: none;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  padding: 6px 12px;
  min-width: 110px;
  color: #fff;
  font-weight: bold;
  font-size: small;
  font-family: font-family-title;
  user-select: none;
  text-align: center;
  text-transform: uppercase;
}
krg-messagecrow-item > .actions .button:hover {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  background: #fff;
  color: #222;
}
krg-messagecrow-item.green {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 161, 95, 0.96);
}
krg-messagecrow-item.green p {
  color: #d4ffed;
}
krg-messagecrow-item.green.clickableX {
  cursor: pointer;
}
krg-messagecrow-item.green.clickableX:hover {
  background-color: #006e41;
}
krg-messagecrow-item.green.clickableX:active {
  background-color: #003b23;
}
krg-messagecrow-item.red {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(228, 86, 37, 0.96);
}
krg-messagecrow-item.red p {
  color: #ffffff;
}
krg-messagecrow-item.red.clickableX {
  cursor: pointer;
}
krg-messagecrow-item.red.clickableX:hover {
  background-color: #be4218;
}
krg-messagecrow-item.red.clickableX:active {
  background-color: #913312;
}
krg-messagecrow-item.yellow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(221, 154, 10, 0.96);
}
krg-messagecrow-item.yellow p {
  color: #ffffff;
}
krg-messagecrow-item.yellow.clickableX {
  cursor: pointer;
}
krg-messagecrow-item.yellow.clickableX:hover {
  background-color: #ac7808;
}
krg-messagecrow-item.yellow.clickableX:active {
  background-color: #7b5606;
}
krg-messagecrow-item.blue {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(67, 129, 242, 0.96);
}
krg-messagecrow-item.blue p {
  color: #ffffff;
}
krg-messagecrow-item.blue.clickableX {
  cursor: pointer;
}
krg-messagecrow-item.blue.clickableX:hover {
  background-color: #1361ef;
}
krg-messagecrow-item.blue.clickableX:active {
  background-color: #0d4dc2;
}
krg-progress-bar > div {
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}
krg-progress-bar > div > div {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  border-width: 0px 2px 0px 0px;
  border-style: solid;
  border-color: #fff;
  background-color: #4381f2;
  width: 0%;
  height: 100%;
}
krg-progress-bar > div.warn {
  background-color: #ef9090;
}
krg-progress-bar > div.warn div {
  background-color: #df2020;
}
krg-sidebar > .wrapper {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: grid;
  position: fixed;
  top: 0;
  left: -300;
  grid-template-rows: 90px 1fr min-content;
  z-index: 500;
  background-color: #ffffffc5;
  padding: 0;
  width: 260px;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
}
krg-sidebar > .wrapper > .optionhead {
  box-shadow: 0 1px 10px #0000002b !important;
  grid-row: 1;
  z-index: 100;
  background: linear-gradient(135deg, #2c1377 0%, #8d3b44 100%);
  height: 90px;
}
krg-sidebar > .wrapper > .optionhead > img {
  position: absolute;
  margin: 24;
  height: 30px;
}
krg-sidebar > .wrapper > .optionhead > span {
  position: absolute;
  top: 20;
  left: 80;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-size: large;
  font-size: x-large;
  line-height: 40px;
  font-family: font-family-theme;
}
krg-sidebar > .wrapper > .options {
  grid-row: 2;
  padding: 10px 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
krg-sidebar > .wrapper > .options > .section-title {
  font-size: 16px;
  line-height: 27px;
  margin-left: 20px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
krg-sidebar > .wrapper > .options > ul {
  margin-bottom: 40px;
}
krg-sidebar > .wrapper > .options > ul > li {
  padding: 6px 16px;
  cursor: pointer;
  transition-property: all;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  font-size: 16px;
  line-height: 27px;
  width: auto;
  color: #222;
  font-family: font-family-title;
  user-select: none;
}
krg-sidebar > .wrapper > .options > ul > li:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-sidebar > .wrapper > .options > ul > li:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-sidebar > .wrapper > .options > ul > li:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-sidebar > .wrapper > .options > ul > li:hover {
  padding-left: 10px;
}
krg-sidebar > .wrapper > .options :last-child {
  margin-bottom: 0px;
}
krg-sidebar > .wrapper > .footer {
  grid-row: 3;
  padding: 10px;
  color: #999;
  font-size: small;
}
krg-sidebar > .wrapper.active {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  left: 0;
}
krg-sidebar > .wrapper.full {
  right: 0;
  left: 0;
  transition: 0.5s;
  width: 100%;
}
krg-sidebar > .wrapper span.krg.section-title {
  padding-left: 20px;
  font-size: large;
}
krg-topnavigation {
  display: flex;
  flex-direction: row;
  width: fit-content;
}
krg-topnavigation > krg-topnavigation-item {
  display: inline-block;
  position: relative;
}
krg-topnavigation > krg-topnavigation-item > .section-btn {
  display: block;
  padding: 10px 20px;
}
krg-topnavigation > krg-topnavigation-item > .section-btn > span {
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  font-family: font-family-title;
  letter-spacing: 1px;
  user-select: none;
}
krg-topnavigation > krg-topnavigation-item > .list {
  box-shadow: 0 1px 10px #0000002b !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  display: none;
  position: absolute;
  right: 0px;
  background-color: #ffffffc5;
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option {
  cursor: pointer;
  transition-property: all;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  font-size: 16px;
  line-height: 27px;
  padding: 6px 21px;
  display: block;
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option > .inner {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  width: fit-content;
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option > .inner > span {
  font-size: 16px;
  line-height: 27px;
  color: #222;
  white-space: nowrap;
}
krg-topnavigation > krg-topnavigation-item > .list > krg-topnavigation-item-option:hover > .inner {
  transform: translateX(-6px);
}
krg-topnavigation > krg-topnavigation-item > .list:hover > krg-topnavigation-item-option {
  display: block;
}
krg-topnavigation > krg-topnavigation-item > .list.closed {
  display: none !important;
}
krg-topnavigation > krg-topnavigation-item:hover > .list {
  display: block;
}
krg-topnavigation > krg-topnavigation-item:hover > .section-btn {
  background-color: #eee;
}
krg-topnavigation > krg-topnavigation-item:hover > .section-btn > span {
  color: #222;
}
krg-tab-view > div.headermenu {
  scroll-direction: horizontal;
  width: 100%;
  overflow: auto;
}
krg-tab-view > div.headermenu ul {
  margin: 10px;
  padding: 0px;
  list-style-type: none;
  white-space: nowrap;
}
krg-tab-view > div.headermenu ul li {
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  cursor: pointer;
  transition-property: all;
  padding: 5px 10px;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  border-radius: 8px;
  overflow: hidden;
  font-size: 16px;
  line-height: 27px;
  display: inline;
  margin: 10px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
  user-select: none;
  white-space: nowrap;
}
krg-tab-view > div.headermenu ul li:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-tab-view > div.headermenu ul li:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-tab-view > div.headermenu ul li:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-tab-view > div.headermenu ul li:hover {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
krg-tab {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  opacity: 0;
}
krg-tab.to-visible {
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
  opacity: 1;
}
krg-update-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
krg-update-list-item {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px;
}
krg-update-list-item > .title {
  font-size: 20px;
  line-height: 33px;
  grid-row: 1;
  color: #222;
  line-height: normal;
}
krg-update-list-item > .date {
  font-size: 13px;
  line-height: 23px;
  grid-row: 2;
  color: #aaa;
  line-height: normal;
}
krg-update-list-item > .text {
  font-size: 16px;
  line-height: 27px;
  grid-row: 3;
  color: #555;
}
krg-update-list-item > ul.notes {
  grid-row: 4;
  padding: 10px 0px;
  padding-inline-start: 40px;
  list-style-type: circle;
}
krg-update-list-item > ul.notes > li {
  margin: 8px 0px;
  color: #777;
  font-size: 14px;
}
krg-buy-option-card > .wrapper {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  display: grid;
  grid-template-rows: auto auto auto;
  width: 100%;
}
krg-buy-option-card > .wrapper > .header {
  grid-row: 1;
  background-color: #4381f2;
  padding: 10px;
}
krg-buy-option-card > .wrapper > .header > span {
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  font-family: font-family-title;
}
krg-buy-option-card > .wrapper > .content {
  grid-row: 2;
  padding: 10px;
}
krg-buy-option-card > .wrapper > .content > .text {
  font-size: 16px;
  line-height: 27px;
  font-family: font-family-title;
}
krg-buy-option-card > .wrapper > .content > .details {
  font-size: 13px;
  line-height: 23px;
  font-family: font-family-title;
}
krg-buy-option-card > .wrapper > .content ul {
  padding: 0px 20px;
}
krg-buy-option-card > .wrapper > .footer {
  display: grid;
  grid-template-columns: auto min-content;
}
krg-buy-option-card > .wrapper > .footer > .prices {
  grid-row: 1;
  background-color: #eee;
  padding: 10px;
}
krg-buy-option-card > .wrapper > .footer > .prices > .price {
  font-size: 20px;
  line-height: 33px;
  color: #222;
  font-family: font-family-title;
}
krg-buy-option-card > .wrapper > .footer > .prices > .per-month {
  font-size: 13px;
  line-height: 23px;
  color: #555;
  font-family: font-family-title;
}
krg-buy-option-card > .wrapper:hover {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: translateY(-5px);
}
krg-package-buy-card {
  display: block;
}
krg-package-buy-card > .pkgcard-wrapper {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
}
krg-package-buy-card > .pkgcard-wrapper:hover {
  transform: translateY(-3px);
}
krg-package-buy-card > .pkgcard-wrapper.selected {
  border-color: #4381f2;
}
krg-package-buy-card > .pkgcard-wrapper.selected > .pkgcard-header {
  background: #4381f2;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-header {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background: #555;
  padding: 10px 14px;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-header > .pkgcard-title {
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  font-family: font-family-title;
  font-weight: bold;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body {
  padding: 12px 14px 8px;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body > .pkgcard-desc {
  font-size: 13px;
  line-height: 23px;
  color: #777;
  margin-bottom: 10px;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body > .pkgcard-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body > .pkgcard-slots > .pkgcard-slot {
  font-size: 13px;
  line-height: 23px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 20px;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body > .pkgcard-slots > .pkgcard-slot.student {
  background: rgba(67, 129, 242, 0.12);
  color: #4381f2;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body > .pkgcard-slots > .pkgcard-slot.teacher {
  background: rgba(22, 196, 95, 0.12);
  color: #00A15F;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-body > .pkgcard-duration {
  font-size: 13px;
  line-height: 23px;
  color: #aaa;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #eee;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer > .pkgcard-price {
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  color: #222;
  font-family: font-family-title;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer > .pkgcard-stepper {
  display: flex;
  align-items: center;
  gap: 6px;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer > .pkgcard-stepper > .pkgcard-qty {
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  min-width: 24px;
  text-align: center;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer > .pkgcard-stepper > .pkgcard-btn {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border-radius: 8px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  background: #4381f2;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer > .pkgcard-stepper > .pkgcard-btn:hover {
  background: #1361ef;
}
krg-package-buy-card > .pkgcard-wrapper > .pkgcard-footer > .pkgcard-stepper > .pkgcard-btn:active {
  transform: translateY(1px);
}
krg-card-selection {
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0px;
  width: auto;
}
krg-card-selection-item {
  display: block;
}
krg-card-selection-item > .wrapper {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 27px;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  display: block;
  background-color: #fff;
  width: fit-content;
  color: #222;
  user-select: none;
}
krg-card-selection-item > .wrapper:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-card-selection-item > .wrapper.selected {
  padding: 3px 8px;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #4381f2;
  background-color: #fff;
  color: #4381f2;
}
krg-card-selection-item > .wrapper:hover {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}
krg-dyn-table {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
krg-dyn-table > table {
  border-spacing: 0px;
  width: 100%;
}
krg-dyn-table > table > thead > tr {
  background-color: #f5f5f5;
}
krg-dyn-table > table > thead > tr > th {
  font-size: 16px;
  line-height: 27px;
  border: 0px solid #222;
  border-bottom-width: 2px;
  padding: 10px;
  color: #222;
  font-weight: bold;
  line-height: normal;
  font-family: font-family-title;
  text-align: left;
}
krg-dyn-table > table > thead > tr > th:empty {
  padding: 0px;
}
krg-dyn-table > table > tbody > tr > td {
  font-size: 16px;
  line-height: 27px;
  border: 0px solid #222;
  border-bottom-width: 1px;
  padding: 10px;
  color: #222;
  line-height: normal;
  font-family: font-family-title;
}
krg-dyn-table > table > tbody > tr > td:empty {
  padding: 0px;
}
krg-dyn-table > table > tbody > tr > td.clickable {
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  color: #4d75aa;
}
krg-dyn-table > table > tbody > tr > td.clickable:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #f5f5f5;
}
krg-dyn-table > table > tbody > tr > td.clickable:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #ebebeb;
}
krg-grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  min-width: 300px;
}
krg-grid-gallery-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
}
krg-grid-gallery-item .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-align: center;
  color: #333;
}
krg-grid-gallery-item .item {
  width: 100%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  background-size: cover;
  background-color: #333;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
krg-grid-gallery-item .item:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #f5f5f5;
}
krg-grid-gallery-item .item:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #ebebeb;
}
krg-grid-gallery-item .item:hover {
  transform: scale(1.05);
  cursor: pointer;
}
krg-grid-gallery-item .item > div.tag {
  width: 100%;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  color: #222;
  font-weight: bold;
  text-align: center;
}
krg-grid-gallery-item .item > div.ai {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #222;
  font-size: 8px;
  padding: 2px 3px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 2px;
}
krg-loading-section {
  display: inline;
  cursor: default;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
  width: inherit;
}
krg-loading-section > krg-loading-section-content {
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
  transform: scale(0.8);
  cursor: wait;
  transition: transform 0.2s ease-in-out;
}
krg-loading-section.loading {
  cursor: wait;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
  filter: blur(10px);
}
krg-loading-section.loading > krg-loading-section-content {
  filter: blur(10px);
  opacity: 0.5;
  transform: scale(0.9);
  pointer-events: auto;
  cursor: inherit;
  transition: transform 0.2s ease-in-out;
}
krg-loading-section.loaded {
  filter: blur(0);
  cursor: default;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}
krg-loading-section.loaded > krg-loading-section-content {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  cursor: inherit;
  transition: transform 0.2s ease-in-out;
}
krg-loading-section-content {
  display: block;
}
krg-pagination {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px 0px;
  align-items: center;
}
krg-pagination-item {
  user-select: none;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 23px;
  display: block;
  width: fit-content;
  color: #4d75aa;
}
krg-pagination-item.selected {
  padding: 3px 8px;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #4381f2;
  background-color: #fff;
  color: #4381f2;
}
krg-pagination-item:hover {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  background-color: #fff;
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
}
krg-pagination-item.active {
  text-decoration: underline;
  font-weight: bold;
}
krg-audio {
  width: min-content;
  display: grid;
  grid-template-columns: min-content min-content min-content min-content;
}
krg-audio .time-stamp {
  font-size: 13px;
  line-height: 23px;
  grid-column: 1;
  line-height: 30px !important;
  color: #777;
}
krg-audio .audio-animation {
  grid-column: 2;
  line-height: 30px;
  height: 100%;
  position: relative;
  width: 40px;
}
krg-audio .audio-animation .bars-wrapper {
  height: 30px;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
krg-audio .audio-animation .bars-wrapper.active {
  width: 0%;
}
krg-audio .audio-animation .bars-wrapper .bars {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: auto;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px 6px;
  align-items: center;
  opacity: 100%;
}
krg-audio .audio-animation .bars-wrapper .bars > div {
  display: inline;
  width: 3px;
  background: #ccc;
  margin-left: 2px;
  border-radius: 2px;
}
krg-audio .audio-animation .bars-wrapper .bars.active > div {
  background: #4381f2;
}
@keyframes identifier {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
krg-audio .play-btn {
  box-shadow: 0 1px 10px #0000002b !important;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  user-select: none;
  margin-left: 4px;
  grid-column: 3;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-width: 3px;
  border-color: #4381f2;
  border-style: solid;
  text-align: center;
  line-height: 20px;
  color: #4381f2;
}
krg-audio .play-btn:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  background-color: #4381f2;
  color: #fff;
}
krg-audio .play-btn:active {
  transform: scale(0.9);
}
krg-audio .play-btn::after {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid #4381f2;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
krg-audio .play-btn:hover::after {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border-left-color: #fff;
}
krg-audio .play-btn.playing {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border-color: #00A15F;
  background-color: #00A15F;
  transform: scale(0.8);
  animation: playing-animation 1s infinite ease-in-out;
}
krg-audio .play-btn.playing::after {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border-left-color: #fff;
}
@keyframes playing-animation {
  0%,
  100% {
    transform: scale(0.9) translateY(0px);
  }
  25% {
    transform: scale(0.9) translateY(-2px);
  }
  75% {
    transform: scale(0.9) translateY(2px);
  }
}
krg-captcha {
  display: block;
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background: #fff;
  width: 250px;
  height: fit-content;
  height: 57px;
  overflow: hidden;
}
krg-captcha span.title {
  color: #333;
  font-weight: bold;
  font-size: large;
}
krg-captcha span.text {
  color: #555;
  font-size: medium;
}
krg-captcha > krg-tab-view {
  transition: all 0.5s linear;
}
krg-captcha > * > krg-tab.into-tab > div {
  display: grid;
  grid-template-columns: auto min-content;
}
krg-captcha > * > krg-tab.into-tab > div > span {
  grid-column: 1;
  margin: 7px 0px;
}
krg-captcha > * > krg-tab.into-tab > div > krg-button {
  grid-column: 2;
}
krg-captcha > * > krg-tab.into-tab > div > krg-button > button {
  margin: 0px !important;
}
krg-captcha > * > krg-tab.challenge-tab > div {
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
krg-captcha > * > krg-tab.challenge-tab > div > div.top {
  grid-row: 1;
  padding: 10px;
}
krg-captcha > * > krg-tab.challenge-tab > div > div.puzzle {
  grid-row: 2;
  background-color: #efefef;
}
krg-captcha > * > krg-tab.challenge-tab > div > div.bottom {
  grid-row: 3;
  padding: 0px 10px;
}
krg-captcha > * > krg-tab.challenge-tab > div > div.bottom > * > krg-button {
  grid-column: 2;
}
krg-captcha > * > krg-tab.challenge-tab > div > div.bottom > * > krg-button > button {
  margin: 0px !important;
}
krg-captcha > * > krg-tab.success-tab > div {
  display: grid;
  grid-template-columns: auto min-content;
}
krg-captcha > * > krg-tab.success-tab > div > span {
  grid-column: 1;
  margin: 10px;
  color: #fff;
  font-weight: bold;
}
krg-captcha.shake {
  animation: shake 1s ease-in-out;
}
krg-captcha.to-challenge {
  float: none;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  width: 300px;
  height: 460px;
}
krg-captcha.to-success {
  animation: success 0.6s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #418f3c;
  height: 40px;
}
@keyframes shake {
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes success {
  50%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
}
krg-captcha-puzzle-swap,
krg-captcha-puzzle-rotate {
  display: grid;
  grid-template-rows: auto auto;
}
krg-captcha-puzzle-swap .puzzle,
krg-captcha-puzzle-rotate .puzzle {
  display: block;
  display: grid;
  grid-template-rows: 100px 100px 100px;
  grid-template-columns: 100px 100px 100px;
  grid-row: 1;
  background: #ddd;
}
krg-captcha-puzzle-swap .bottom,
krg-captcha-puzzle-rotate .bottom {
  grid-row: 2;
  background: #fff;
  padding: 10px;
}
krg-captcha-puzzle-swap .puzzle > img {
  cursor: grab;
  border-radius: 20px;
  width: 80px;
  height: 80px;
}
krg-captcha-puzzle-swap .puzzle > img:active {
  cursor: grabbing;
}
krg-captcha-puzzle-rotate .puzzle > img {
  cursor: grab;
  border-radius: 50%;
  background-position: center;
  width: 96px;
  height: 96px;
  user-select: none;
}
krg-check-box {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 40px auto;
  column-gap: 10px;
}
krg-check-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-check-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-check-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-check-box > .details-btn:empty {
  max-width: 0px;
}
krg-check-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-check-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-check-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-check-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-check-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-check-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-check-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-check-box > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-check-box > .input > .krg-custom-check-box {
  box-shadow: 0 1px 10px #0000002b !important;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 4px;
  border: 2px solid #4381f2;
  border-radius: 10px;
  width: 38px;
  height: 16px;
  text-align: left;
}
krg-check-box > .input > .krg-custom-check-box > div {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #4381f2;
  width: 12px;
  height: 12px;
}
krg-check-box > .input > .krg-custom-check-box.checked {
  background: #4381f2;
  text-align: right;
}
krg-check-box > .input > .krg-custom-check-box.checked > div {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  left: 24px;
  background: #fff;
}
krg-check-box > .input > .krg-custom-check-box.disabled {
  border-color: #777;
  background: #eee;
}
krg-check-box > .input > .krg-custom-check-box.disabled > div {
  background: #777;
}
krg-check-box > .input > .krg-custom-check-box.disabled:hover {
  cursor: inherit !important;
  transform: none !important;
}
krg-check-box > .input > .krg-custom-check-box:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: scale(1.02);
}
krg-check-box > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-check-box > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-check-box > .status.error > p {
  color: red;
  font-size: medium;
}
krg-check-box > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-check-box {
    grid-template-columns: 1fr min-content min-content;
  }
}
krg-color-picker {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-color-picker > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-color-picker > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-color-picker > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-color-picker > .details-btn:empty {
  max-width: 0px;
}
krg-color-picker > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-color-picker > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-color-picker > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-color-picker > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-color-picker > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-color-picker > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-color-picker > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-color-picker > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-color-picker > .input > input {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
krg-color-picker > .input > input:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-color-picker > .input > input:disabled {
  background: #eee;
}
krg-color-picker > .input > input:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-color-picker > .input > input:hover {
  cursor: pointer;
}
krg-color-picker > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-color-picker > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-color-picker > .status.error > p {
  color: red;
  font-size: medium;
}
krg-color-picker > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-color-picker {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr min-content 100px;
  }
}
krg-input-box {
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px  40px 1fr;
}
krg-input-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-input-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-input-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-input-box > .details-btn:empty {
  max-width: 0px;
}
krg-input-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-input-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-input-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-input-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-input-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  display: inline-block;
  grid-row: 2;
  grid-column: 1 / 4;
  line-height: normal;
}
krg-input-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-input-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-input-box > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-input-box > .input > .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  height: 30px;
}
krg-input-box > .input > .wrapper > .info {
  font-size: 13px;
  line-height: 23px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  max-width: 0px;
  overflow: hidden;
  color: #777;
  line-height: 30px;
}
krg-input-box > .input > .wrapper > .info.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  max-width: fit-content;
}
krg-input-box > .input > .wrapper > .result-bubble {
  border-radius: 50%;
  background: #fc9595;
  width: 30px;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
krg-input-box > .input > .wrapper > .result-bubble.selected {
  background-color: #00A15F;
  color: #fff;
}
krg-input-box > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 3;
  grid-column: 1 / 4;
}
krg-input-box > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-input-box > .status.error > p {
  color: red;
  font-size: medium;
}
krg-input-box > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-input-box {
    grid-template-columns: 1fr min-content auto;
  }
  krg-input-box > .input > .wrapper {
    flex-direction: row-reverse;
    justify-content: end;
  }
}
krg-text-box {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-text-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
  align-self: center;
}
krg-text-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-text-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-text-box > .details-btn:empty {
  max-width: 0px;
}
krg-text-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-text-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-text-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-text-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-text-box > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-text-box > .input > input {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
krg-text-box > .input > input:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-text-box > .input > input:disabled {
  background: #eee;
}
krg-text-box > .input > input:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-text-box > .input > input.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-text-box > .status {
  grid-row: 3;
  grid-column: 1 / 3;
}
@media only screen and (max-width: 768px) {
  krg-text-box {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-text-box .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-text-box > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-text-box .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-text-box .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-text-box .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-text-box-with-button {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-text-box-with-button > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-text-box-with-button > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-text-box-with-button > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-text-box-with-button > .details-btn:empty {
  max-width: 0px;
}
krg-text-box-with-button > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-box-with-button > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-box-with-button > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-box-with-button > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-text-box-with-button > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-text-box-with-button > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-text-box-with-button > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-text-box-with-button > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-text-box-with-button > .input > .input-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}
krg-text-box-with-button > .input > .input-wrapper > input {
  grid-column: 1;
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
krg-text-box-with-button > .input > .input-wrapper > input:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-text-box-with-button > .input > .input-wrapper > input:disabled {
  background: #eee;
}
krg-text-box-with-button > .input > .input-wrapper > input:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-text-box-with-button > .input > .input-wrapper > input.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-text-box-with-button > .input > .input-wrapper > krg-button {
  grid-column: 2;
}
krg-text-box-with-button > .input > .input-wrapper > krg-button > button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
krg-text-box-with-button > .input-button {
  grid-row: 1;
  grid-column: 4;
}
krg-text-box-with-button > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 3;
  grid-column: 1 / 3;
}
krg-text-box-with-button > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-text-box-with-button > .status.error > p {
  color: red;
  font-size: medium;
}
krg-text-box-with-button > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-text-box-with-button {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-text-box-with-button .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-text-box-with-button > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-text-box-with-button .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-text-box-with-button .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-text-box-with-button .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-text-area {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 40px;
  column-gap: 10px;
}
krg-text-area > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-text-area > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-text-area > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-text-area > .details-btn:empty {
  max-width: 0px;
}
krg-text-area > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-area > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-area > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-area > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-text-area > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1/3;
}
krg-text-area > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-text-area > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-text-area > .input {
  grid-row: 3;
  grid-column: 1/3;
  padding: 0px 0px 10px 0px;
}
krg-text-area > .input textarea {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  width: 100%;
  min-height: 80px;
  overflow: hidden;
  resize: vertical;
}
krg-text-area > .input textarea:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-text-area > .input textarea:disabled {
  background: #eee;
}
krg-text-area > .input textarea:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-text-area > .input textarea:focus {
  margin-bottom: 1px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-text-area > .input textarea:disabled {
  background: #eee;
}
krg-text-area > .input textarea:active {
  transform: translate();
}
krg-text-area > .input textarea.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-text-area > .input textarea.small {
  font-size: 13px;
  line-height: 23px;
  line-height: normal;
}
krg-text-area > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-text-area > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-text-area > .status.error > p {
  color: red;
  font-size: medium;
}
krg-text-area > .status.success > p {
  color: green;
  font-size: medium;
}
krg-html-editor {
  display: block;
}
krg-html-editor > .khe-label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
}
krg-html-editor > .khe-label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-html-editor > .khe-body {
  box-shadow: 0 1px 10px #0000002b !important;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
krg-html-editor > .khe-body > .khe-ribbon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  padding: 4px 6px;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 3px;
  padding: 0 7px;
  height: 26px;
  min-width: 26px;
  cursor: pointer;
  color: #222;
  font-family: font-family-title;
  font-size: 13px;
  user-select: none;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-btn:focus {
  outline: none;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-btn:hover {
  background-color: #e8e8e8;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-btn:active {
  background-color: #d6d6d6;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-btn.active {
  background-color: #d5d5d5;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  border-radius: 3px;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-btn b,
krg-html-editor > .khe-body > .khe-ribbon .khe-btn i,
krg-html-editor > .khe-body > .khe-ribbon .khe-btn u {
  font-size: 13px;
  font-family: font-family-title;
  pointer-events: none;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-sep {
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  background-color: #ccc;
  margin: 0 2px;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-select {
  height: 26px;
  border: none;
  border-radius: 3px;
  background: none;
  padding: 0 4px;
  cursor: pointer;
  font-family: font-family-title;
  font-size: 13px;
  color: #222;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-select:focus {
  outline: none;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-select:hover {
  background-color: #e8e8e8;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap {
  position: relative;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-a {
  font-weight: bold;
  font-size: 15px;
  font-family: font-family-title;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  color: #222222;
  pointer-events: none;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 300;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 1px 10px #0000002b !important;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown.open {
  display: flex;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown .khe-color-opt {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  border-radius: 3px;
  padding: 3px 10px;
  cursor: pointer;
  text-align: left;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown .khe-color-opt:focus {
  outline: none;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown .khe-color-opt:hover {
  background-color: #e8e8e8;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown .khe-color-opt:active {
  background-color: #d6d6d6;
}
krg-html-editor > .khe-body > .khe-ribbon .khe-color-wrap .khe-color-dropdown .khe-color-opt span {
  font-weight: bold;
  font-size: 16px;
  font-family: font-family-title;
  pointer-events: none;
}
krg-html-editor > .khe-body > .khe-editor {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  box-sizing: border-box;
  border: none;
  min-height: 200px;
  padding: 10px;
  overflow-y: auto;
  word-break: break-word;
  line-height: 1.6;
}
krg-html-editor > .khe-body > .khe-editor:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-html-editor > .khe-body > .khe-editor:disabled {
  background: #eee;
}
krg-html-editor > .khe-body > .khe-editor:focus {
  outline: none;
  border-bottom: 2px solid #4381f2;
}
krg-html-editor > .khe-body > .khe-editor b,
krg-html-editor > .khe-body > .khe-editor strong {
  font-weight: bold;
}
krg-html-editor > .khe-body > .khe-editor i,
krg-html-editor > .khe-body > .khe-editor em {
  font-style: italic;
}
krg-html-editor > .khe-body > .khe-editor u {
  text-decoration: underline;
}
krg-image-browser {
  display: block;
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
}
krg-image-browser > .input-wrapper {
  display: grid;
  grid-template-rows: auto auto auto;
  column-gap: 10px;
}
krg-image-browser > .input-wrapper krg-text-box-with-button {
  grid-row: 1;
}
krg-image-browser > .input-wrapper krg-text-box-with-button,
krg-image-browser > .input-wrapper krg-check-box,
krg-image-browser > .input-wrapper krg-image-upload {
  border-width: 0px !important;
}
krg-image-browser > .input-wrapper krg-grid-gallery {
  grid-row: 2;
}
krg-image-browser > .input-wrapper krg-grid-gallery:not(:empty) {
  margin-bottom: 10px;
}
krg-image-browser > .input-wrapper .image {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin-top: 10px;
  aspect-ratio: 1 / 1;
  display: block;
  background-size: contain;
}
krg-image-browser > .input-wrapper > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 3;
  grid-column: 1 / 3;
}
krg-image-browser > .input-wrapper > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-image-browser > .input-wrapper > .status.error > p {
  color: red;
  font-size: medium;
}
krg-image-browser > .input-wrapper > .status.success > p {
  color: green;
  font-size: medium;
}
krg-image-selector {
  display: block;
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  padding: 10px 0px;
}
krg-image-selector krg-image-browser,
krg-image-selector krg-image-upload,
krg-image-selector krg-custom-box {
  border-width: 0 !important;
}
krg-custom-box {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-custom-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-custom-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-custom-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-custom-box > .details-btn:empty {
  max-width: 0px;
}
krg-custom-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-custom-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-custom-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-custom-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-custom-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-custom-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-custom-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-custom-box > .input {
  grid-row: 1;
  grid-column: 3;
}
krg-custom-box > .input > input {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
krg-custom-box > .input > input:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-custom-box > .input > input:disabled {
  background: #eee;
}
krg-custom-box > .input > input:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-custom-box > .input > input.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-custom-box > .status {
  grid-row: 3;
  grid-column: 1 / 3;
}
@media only screen and (max-width: 768px) {
  krg-custom-box {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-custom-box .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-custom-box > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-custom-box .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-custom-box .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-custom-box .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-text-info-box {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-text-info-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-text-info-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-text-info-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-text-info-box > .details-btn:empty {
  max-width: 0px;
}
krg-text-info-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-info-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-info-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-info-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-text-info-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-text-info-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-text-info-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-text-info-box > .input {
  grid-row: 1;
  grid-column: 3;
}
krg-text-info-box > .input > .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
krg-text-info-box > .input > .wrapper > .info {
  font-size: 16px;
  line-height: 27px;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-text-info-box > .input > .wrapper > .btn {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-info-box > .input > .wrapper > .btn:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-info-box > .input > .wrapper > .btn:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-info-box > .input > .wrapper > .btn:empty {
  padding: 0px;
  width: 0px;
}
krg-text-info-box > .input > .wrapper.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-text-info-box > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 3;
  grid-column: 1 / 3;
}
krg-text-info-box > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-text-info-box > .status.error > p {
  color: red;
  font-size: medium;
}
krg-text-info-box > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-text-info-box {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 40px 1.5fr;
  }
}
krg-text-info-area {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 40px;
  column-gap: 10px;
}
krg-text-info-area > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-text-info-area > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-text-info-area > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-text-info-area > .details-btn:empty {
  max-width: 0px;
}
krg-text-info-area > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-info-area > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-info-area > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-info-area > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-text-info-area > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1/3;
}
krg-text-info-area > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-text-info-area > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-text-info-area > .input {
  grid-row: 3;
  grid-column: 1/3;
  padding: 0px 0px 10px 0px;
}
krg-text-info-area > .input > .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
krg-text-info-area > .input > .wrapper > .info {
  font-size: 16px;
  line-height: 27px;
  padding-left: calc(2*10px);
  color: #555;
  font-family: font-family-title;
}
krg-text-info-area > .input > .wrapper > .btn {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-text-info-area > .input > .wrapper > .btn:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-text-info-area > .input > .wrapper > .btn:active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-text-info-area > .input > .wrapper > .btn:empty {
  padding: 0px;
  width: 0px;
}
krg-text-info-area > .input > .wrapper.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-text-info-area > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-text-info-area > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-text-info-area > .status.error > p {
  color: red;
  font-size: medium;
}
krg-text-info-area > .status.success > p {
  color: green;
  font-size: medium;
}
krg-password-box {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-password-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-password-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-password-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-password-box > .details-btn:empty {
  max-width: 0px;
}
krg-password-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-password-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-password-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-password-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-password-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-password-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-password-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-password-box > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-password-box > .input > input {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
krg-password-box > .input > input:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-password-box > .input > input:disabled {
  background: #eee;
}
krg-password-box > .input > input:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-password-box > .input > input.large {
  font-size: 33px;
  line-height: 52px;
  letter-spacing: -1px;
  line-height: normal;
}
krg-password-box > .status {
  grid-row: 3;
  grid-column: 1 / 3;
}
@media only screen and (max-width: 768px) {
  krg-password-box {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-password-box .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-password-box > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-password-box .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-password-box .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-password-box .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-phone-box {
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
}
krg-phone-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-phone-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-phone-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-phone-box > .details-btn:empty {
  max-width: 0px;
}
krg-phone-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-phone-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-phone-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-phone-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-phone-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  display: inline-block;
  grid-row: 2;
  grid-column: 1 / 4;
  line-height: normal;
}
krg-phone-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-phone-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-phone-box > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-phone-box > .input > .wrapper {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 10px;
}
krg-phone-box > .input > .wrapper > .code {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  grid-column: 1;
  font-size: 12px;
}
krg-phone-box > .input > .wrapper > .code:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-phone-box > .input > .wrapper > .code:disabled {
  background: #eee;
}
krg-phone-box > .input > .wrapper > .code:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-phone-box > .input > .wrapper > .number {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  grid-column: 2;
}
krg-phone-box > .input > .wrapper > .number:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-phone-box > .input > .wrapper > .number:disabled {
  background: #eee;
}
krg-phone-box > .input > .wrapper > .number:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-phone-box > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 3;
  grid-column: 1 / 4;
}
krg-phone-box > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-phone-box > .status.error > p {
  color: red;
  font-size: medium;
}
krg-phone-box > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-phone-box {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-phone-box .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-phone-box > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-phone-box .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-phone-box .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-phone-box .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-image-upload {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-image-upload > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-image-upload > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-image-upload > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-image-upload > .details-btn:empty {
  max-width: 0px;
}
krg-image-upload > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-image-upload > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-image-upload > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-image-upload > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-image-upload > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-image-upload > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-image-upload > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-image-upload > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
  position: relative;
}
krg-image-upload > .input div.delete-btn {
  box-shadow: 0 1px 10px #0000002b !important;
  position: absolute;
  background-color: #fff;
  top: 10px;
  right: -10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 4px;
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
}
krg-image-upload > .input div.delete-btn > i {
  margin: 0px;
}
krg-image-upload > .input div.delete-btn:hover {
  cursor: pointer;
  background-color: #E45625;
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
}
krg-image-upload > .input div.img {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  max-width: 100%;
  margin-top: 10px;
  aspect-ratio: 1 / 1;
  display: block;
  background-size: cover;
  float: right;
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
}
krg-image-upload > .input > input {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  display: none;
}
krg-image-upload > .input > input:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-image-upload > .input > input:disabled {
  background: #eee;
}
krg-image-upload > .input > input:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-image-upload > .input > input:hover {
  cursor: pointer;
}
krg-image-upload > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-image-upload > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-image-upload > .status.error > p {
  color: red;
  font-size: medium;
}
krg-image-upload > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-image-upload {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-image-upload .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-image-upload > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-image-upload .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-image-upload .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-image-upload .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-selection {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 40px 1fr;
  column-gap: 10px;
}
krg-selection > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-selection > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-selection > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-selection > .details-btn:empty {
  max-width: 0px;
}
krg-selection > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-selection > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-selection > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-selection > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-selection > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-selection > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-selection > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-selection > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-selection > .input > select {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  width: 100%;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
krg-selection > .input > select:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-selection > .input > select:disabled {
  background: #eee;
}
krg-selection > .input > select:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-selection > .status {
  grid-row: 3;
  grid-column: 1 / 3;
}
@media only screen and (max-width: 768px) {
  krg-selection {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr min-content;
  }
  krg-selection .label {
    grid-row: 1;
    grid-column: 1;
  }
  krg-selection > .details-btn {
    grid-row: 1;
    grid-column: 2;
  }
  krg-selection .details {
    grid-row: 2;
    grid-column: 1;
  }
  krg-selection .input {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0px !important;
  }
  krg-selection .status {
    grid-row: 4;
    grid-column: 1;
  }
}
krg-list-selection > krg-list-selection-option:last-child {
  border-style: solid !important;
}
krg-list-selection-option {
  column-gap: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  position: relative;
  grid-template-columns: min-content 1fr auto;
  border-style: dashed;
  width: auto;
}
krg-list-selection-option > .checkbox {
  grid-column: 1;
  cursor: pointer;
  padding: 10px 0px;
}
krg-list-selection-option > .checkbox > div {
  box-shadow: 0 1px 10px #0000002b !important;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  margin: 2px 0px;
  border: 1px solid #4381f2;
  border: 2px solid #4381f2;
  border-style: solid;
  border-radius: 50%;
  background: transparent;
  width: 14px;
  height: 14px;
}
krg-list-selection-option > .checkbox.checked > div {
  background: #4381f2;
}
krg-list-selection-option > .checkbox:hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: scale(1.05);
}
krg-list-selection-option > .title {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  font-size: 16px;
  line-height: 27px;
  grid-column: 2;
  line-height: normal;
}
krg-list-selection-option > .title > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-list-selection-option > .detail {
  grid-column: 3;
  align-self: center;
  padding: 0 0 0 10px;
  font-style: italic;
  font-size: 13px;
  color: #aaa;
  white-space: nowrap;
}
krg-tag-area {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 40px;
  column-gap: 10px;
}
krg-tag-area > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-tag-area > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-tag-area > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-tag-area > .details-btn:empty {
  max-width: 0px;
}
krg-tag-area > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-tag-area > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-tag-area > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-tag-area > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-tag-area > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1/3;
}
krg-tag-area > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-tag-area > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-tag-area > .input {
  grid-row: 3;
  grid-column: 1/3;
  padding: 0px 0px 10px 0px;
}
krg-tag-area > .input .tag-section {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0px 10px 10px 10px;
}
krg-tag-area > .input .tag-section:empty {
  padding: 0px;
}
krg-tag-area > .input .tag-section.disabled krg-tag-pill {
  background-color: #777 !important;
}
krg-tag-area > .input textarea {
  box-shadow: 0 1px 10px #0000002b !important;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
  padding: 4px 9px;
  margin-bottom: 1px;
  outline: none;
  border-width: 0px 0px 1px 0px;
  border-color: #777;
  background: #fff;
  line-height: normal;
  font-family: font-family-title;
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  width: 100%;
  min-height: 80px;
  overflow: hidden;
  resize: vertical;
}
krg-tag-area > .input textarea:focus {
  margin-bottom: 0px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-tag-area > .input textarea:disabled {
  background: #eee;
}
krg-tag-area > .input textarea:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
krg-tag-area > .input textarea:focus {
  margin-bottom: 1px;
  border-width: 0px 0px 2px 0px;
  border-color: #4381f2;
}
krg-tag-area > .input textarea:disabled {
  background: #eee;
}
krg-tag-area > .input textarea:active {
  transform: translate();
}
krg-tag-area > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-tag-area > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-tag-area > .status.error > p {
  color: red;
  font-size: medium;
}
krg-tag-area > .status.success > p {
  color: green;
  font-size: medium;
}
krg-tag-pill {
  background-color: #4381f2;
  border-radius: 15px;
  line-height: 30px;
  padding: 0px 12px;
  color: #fff;
  font-weight: bold;
  display: grid;
  flex-direction: column;
  cursor: pointer;
  grid-template-columns: min-content min-content;
  text-wrap: nowrap;
}
krg-tag-pill:hover {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transform: translateY(-2px);
  background-color: #1361ef;
}
krg-audio-box {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 40px auto;
  column-gap: 10px;
}
krg-audio-box > .label {
  padding: 10px 0px;
  color: #555;
  font-size: 14px;
  grid-row: 1;
  grid-column: 1;
}
krg-audio-box > .label > label {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  padding: 10px 0px;
  color: #555;
  font-family: font-family-title;
}
krg-audio-box > .details-btn {
  grid-row: 1;
  grid-column: 2;
}
krg-audio-box > .details-btn:empty {
  max-width: 0px;
}
krg-audio-box > .details-btn:not(:empty) {
  max-width: 40px;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
krg-audio-box > .details-btn:not(:empty):hover {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #e8e8e8;
}
krg-audio-box > .details-btn:not(:empty):active {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background-color: #dcdcdc;
}
krg-audio-box > .details-btn:not(:empty) a {
  font-size: 16px;
  line-height: 27px;
  display: inline;
  grid-column: 2;
  padding: 0px 6px;
  color: #4d75aa;
  font-weight: bold;
  font-family: font-family-title;
}
krg-audio-box > .details {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 0px 10px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  grid-row: 2;
  grid-column: 1 / 4;
}
krg-audio-box > .details > p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
  margin-left: 10px;
  color: #777;
  font-family: font-family-title;
}
krg-audio-box > .details.opened {
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 1;
  padding: 0px 10px 10px 10px;
  height: fit-content;
  max-height: 1000px;
}
krg-audio-box > .input {
  grid-row: 1;
  grid-column: 3;
  padding: 10px 0px;
}
krg-audio-box > .input .input-wrapper {
  grid-template-columns: min-content min-content;
  display: grid;
}
krg-audio-box > .input .input-wrapper div.delete-btn {
  grid-column: 1;
  box-shadow: 0 1px 10px #0000002b !important;
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 4px;
  margin-right: 10px;
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
}
krg-audio-box > .input .input-wrapper div.delete-btn > i {
  margin: 0px;
}
krg-audio-box > .input .input-wrapper div.delete-btn:hover {
  cursor: pointer;
  background-color: #E45625;
  transition-duration: 0.1s;
  transition-property: opacity, transform, margin, padding, color, background-color, width, height, left, right;
  transition-timing-function: linear;
}
krg-audio-box > .input .input-wrapper krg-audio-box {
  grid-column: 2;
}
krg-audio-box > .status {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
  grid-row: 2;
  grid-column: 1 / 3;
}
krg-audio-box > .status p {
  margin: 2px 0px 2px 0px;
  color: #555;
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
krg-audio-box > .status.error > p {
  color: red;
  font-size: medium;
}
krg-audio-box > .status.success > p {
  color: green;
  font-size: medium;
}
@media only screen and (max-width: 768px) {
  krg-audio-box {
    grid-template-columns: 1fr min-content min-content;
  }
}
krg-info-box {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: 10px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  padding: 0px;
  width: 100%;
}
krg-info-box p {
  margin: 0px;
  padding: 10px 16px;
  font-family: font-family-title;
}
krg-info-box.info {
  border-color: #4482d4;
  background-color: #d1e2fa;
}
krg-info-box.info p {
  color: #4482d4;
}
krg-info-box.success {
  border-color: #418f3c;
  background-color: #b2e4ae;
}
krg-info-box.success p {
  color: #418f3c;
}
krg-info-box.error {
  border-color: #bb3636;
  background-color: #f9dfdf;
}
krg-info-box.error p {
  color: #bb3636;
}
krg-info-box.warning {
  border-color: #be8315;
  background-color: #fceac9;
}
krg-info-box.warning p {
  color: #be8315;
}
@keyframes krg-icon-info-banner-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
krg-icon-info-banner {
  display: block;
  text-align: center;
  padding: 48px 16px 32px;
}
krg-icon-info-banner i.krg.ico {
  display: block;
  margin: 0 auto 28px;
}
krg-icon-info-banner i.krg.ico.floating {
  animation: krg-icon-info-banner-float 3s ease-in-out infinite;
}
krg-icon-info-banner span {
  color: #777;
}
krg-tree-view {
  display: block;
}
krg-tree-view .ktv-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  padding-left: calc((10px * 2) + (var(--depth) * 20px));
  margin: 2px 0;
  border-radius: 8px;
  border: 2px solid transparent;
  background-color: #f5f5f5;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
krg-tree-view .ktv-item:hover {
  background-color: #ebebeb;
}
krg-tree-view .ktv-item:active {
  background-color: #e1e1e1;
}
krg-tree-view .ktv-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
krg-tree-view .ktv-item.disabled:hover,
krg-tree-view .ktv-item.disabled:active {
  background-color: #f5f5f5;
}
krg-tree-view .ktv-item.selected {
  background-color: rgba(67, 129, 242, 0.08);
  border-color: #4381f2;
}
krg-tree-view .ktv-item.selected .ktv-item-icon {
  color: #4381f2;
}
krg-tree-view .ktv-item.selected .ktv-item-name {
  color: #222;
}
krg-tree-view .ktv-item.selected:hover {
  background-color: rgba(67, 129, 242, 0.13);
}
krg-tree-view .ktv-item.selected:active {
  background-color: rgba(67, 129, 242, 0.18);
}
krg-tree-view .ktv-item .ktv-item-icon {
  margin-right: 8px;
  color: #555;
  flex-shrink: 0;
}
krg-tree-view .ktv-item .ktv-item-name {
  font-weight: 600;
  flex: 1;
  color: #222;
}
krg-tree-view .ktv-item .ktv-item-label {
  font-size: 11px;
  color: #aaa;
  margin-left: 8px;
  flex-shrink: 0;
}
krg-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
}
krg-hero .krg-hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
krg-hero .krg-hero-text h2 {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  color: #222;
  font-family: font-family-title;
  text-align: start;
}
krg-hero .krg-hero-text p {
  margin: 0;
  font-size: 13px;
  line-height: 23px;
  color: #777;
  font-family: font-family-title;
  text-align: start;
}
krg-hero .krg-hero-image {
  flex-shrink: 0;
  flex-grow: 0;
}
krg-hero .krg-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes kac-color-cycle {
  0% {
    background-color: #1d4ed8;
  }
  17% {
    background-color: #0e7490;
  }
  34% {
    background-color: #6d28d9;
  }
  51% {
    background-color: #be185d;
  }
  68% {
    background-color: #0f766e;
  }
  85% {
    background-color: #1e40af;
  }
  100% {
    background-color: #1d4ed8;
  }
}
@keyframes kac-glow-cycle {
  0% {
    box-shadow: 0 0 18px 5px rgba(29, 78, 216, 0.55);
  }
  17% {
    box-shadow: 0 0 18px 5px rgba(14, 116, 144, 0.55);
  }
  34% {
    box-shadow: 0 0 18px 5px rgba(109, 40, 217, 0.55);
  }
  51% {
    box-shadow: 0 0 18px 5px rgba(190, 24, 93, 0.55);
  }
  68% {
    box-shadow: 0 0 18px 5px rgba(15, 118, 110, 0.55);
  }
  85% {
    box-shadow: 0 0 18px 5px rgba(30, 64, 175, 0.55);
  }
  100% {
    box-shadow: 0 0 18px 5px rgba(29, 78, 216, 0.55);
  }
}
krg-action-code {
  display: flex;
  justify-content: center;
}
krg-action-code .kac-wrapper {
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 0;
  background-color: #3a3a3a;
}
krg-action-code .kac-wrapper.active {
  animation: kac-color-cycle 8s ease-in-out infinite, kac-glow-cycle 8s ease-in-out infinite;
}
krg-action-code .kac-wrapper .kac-qr-frame {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  display: inline-block;
}
krg-action-code .kac-wrapper .kac-qr {
  display: block;
  width: 250px;
  height: 250px;
}
krg-action-code .kac-wrapper .kac-placeholder {
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}
krg-action-code .kac-wrapper .kac-link-bar {
  display: flex;
  align-items: center;
  padding: 5px 4px 5px 8px;
  gap: 4px;
  width: 270px;
  box-sizing: border-box;
}
krg-action-code .kac-wrapper .kac-link-bar .kac-link-text {
  flex: 1;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  word-break: break-all;
  white-space: normal;
  user-select: text;
  opacity: 0.85;
}
krg-action-code .kac-wrapper .kac-link-bar .kac-copy-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 3px 5px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  border-radius: 4px;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
krg-action-code .kac-wrapper .kac-link-bar .kac-copy-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
}
krg-action-code .kac-wrapper .kac-link-bar .kac-copy-btn:active {
  background-color: rgba(255, 255, 255, 0.28);
}
@keyframes kqs-color-cycle {
  0% {
    background-color: #1d4ed8;
  }
  17% {
    background-color: #0e7490;
  }
  34% {
    background-color: #6d28d9;
  }
  51% {
    background-color: #be185d;
  }
  68% {
    background-color: #0f766e;
  }
  85% {
    background-color: #1e40af;
  }
  100% {
    background-color: #1d4ed8;
  }
}
@keyframes kqs-glow-cycle {
  0% {
    box-shadow: 0 0 36px 10px rgba(29, 78, 216, 0.35);
  }
  17% {
    box-shadow: 0 0 36px 10px rgba(14, 116, 144, 0.35);
  }
  34% {
    box-shadow: 0 0 36px 10px rgba(109, 40, 217, 0.35);
  }
  51% {
    box-shadow: 0 0 36px 10px rgba(190, 24, 93, 0.35);
  }
  68% {
    box-shadow: 0 0 36px 10px rgba(15, 118, 110, 0.35);
  }
  85% {
    box-shadow: 0 0 36px 10px rgba(30, 64, 175, 0.35);
  }
  100% {
    box-shadow: 0 0 36px 10px rgba(29, 78, 216, 0.35);
  }
}
krg-qr-scanner {
  display: flex;
  justify-content: center;
}
krg-qr-scanner .kqs-wrapper {
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 0;
  background-color: #3a3a3a;
  width: 100%;
  box-sizing: border-box;
}
krg-qr-scanner .kqs-wrapper.active {
  animation: kqs-color-cycle 8s ease-in-out infinite, kqs-glow-cycle 8s ease-in-out infinite;
}
krg-qr-scanner .kqs-wrapper .kqs-camera-frame {
  background-color: #000;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 200px;
}
krg-qr-scanner .kqs-wrapper .kqs-camera-frame .kqs-video {
  display: block;
  width: 100%;
  height: auto;
}
krg-qr-scanner .kqs-wrapper .kqs-camera-frame .kqs-canvas {
  display: none;
}
krg-qr-scanner .kqs-wrapper .kqs-camera-frame .kqs-error-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background-color: #000;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  gap: 12px;
}
krg-qr-scanner .kqs-wrapper .kqs-camera-frame .kqs-error-overlay .krg.ico {
  font-size: 36px;
  opacity: 0.5;
}
krg-qr-scanner .kqs-wrapper .kqs-camera-frame .kqs-error-overlay .kqs-error-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  max-width: 280px;
}
krg-qr-scanner .kqs-wrapper .kqs-link-bar {
  display: flex;
  align-items: center;
  padding: 5px 4px 5px 8px;
  gap: 4px;
  box-sizing: border-box;
  width: 100%;
}
krg-qr-scanner .kqs-wrapper .kqs-link-bar .kqs-link-input {
  flex: 1;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  opacity: 0.85;
}
krg-qr-scanner .kqs-wrapper .kqs-link-bar .kqs-link-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
krg-qr-scanner .kqs-wrapper .kqs-link-bar .kqs-send-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 3px 5px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  border-radius: 4px;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
krg-qr-scanner .kqs-wrapper .kqs-link-bar .kqs-send-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
}
krg-qr-scanner .kqs-wrapper .kqs-link-bar .kqs-send-btn:active {
  background-color: rgba(255, 255, 255, 0.28);
}
krg-blur-layer .layer {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 450;
  background: #0000003a;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
krg-blur-layer .layer.active {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  visibility: visible;
  opacity: 1;
}
krg-blur-layer .layer.deactivate {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
krg-button-array {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  width: auto;
}
krg-button-array.right {
  justify-content: right;
}
krg-button-array.left {
  justify-content: left;
}
i.krglogo {
  position: absolute;
  margin: 7px;
  background-image: url('/krg/ico/kriegar_logo.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
i.krgmenu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  background-image: url('/krg/ico/menu.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
i.krgbtn {
  margin: 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-left: 20px;
  width: 20px;
  height: 20px;
}
i.ico,
i.krg.ico {
  margin-right: 6px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 14px;
  width: 14px;
  height: 14px;
  user-select: none;
}
i.krg.ico.no-margin {
  margin-right: 0px;
}
i.krg.ico.size-small {
  padding-left: 10px;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
i.krg.ico.small-in-button {
  padding-left: 12px;
  width: 12px;
  height: 12px;
}
i.krg.ico.small {
  padding-left: 6px;
  width: 12px;
  height: 12px;
}
i.krg.ico.medium {
  padding-left: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
i.krg.ico.large {
  padding-left: 24px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
i.krg.ico.xlarge {
  padding-left: 24px;
  width: 32px;
  height: 32px;
  font-size: 24px;
}
i.krg.ico.xxlarge {
  padding-left: 64px;
  width: 64px;
  height: 64px;
  font-size: 64px;
}
i.btn {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 24px;
  width: 24px;
  height: 24px;
}
i.krg.clickable:hover {
  cursor: pointer;
}
i.ico-send {
  background-image: url('/krg/ico/send.svg');
}
i.ico-article {
  background-image: url('/krg/ico/article.svg');
}
i.ico-note {
  background-image: url('/krg/ico/note.svg');
}
i.ico-school {
  background-image: url('/krg/ico/school.svg');
}
i.ico-class {
  background-image: url('/krg/ico/class.svg');
}
i.ico-five-balls {
  background-image: url('/krg/ico/five-balls.svg');
}
i.ico-qr {
  background-image: url('/krg/ico/qr.svg');
}
i.ico-qr-white {
  background-image: url('/krg/ico/qr-white.svg');
}
i.ico-tasks {
  background-image: url('/krg/ico/tasks.svg');
}
i.ico-copy {
  background-image: url('/krg/ico/copy.svg');
}
i.ico-copy-white {
  background-image: url('/krg/ico/copy-white.svg');
}
i.ico-home {
  background-image: url('/krg/ico/home.svg');
}
i.ico-login {
  background-image: url('/krg/ico/login.svg');
}
i.ico-login-white {
  background-image: url('/krg/ico/login-white.svg');
}
i.ico-edit {
  background-image: url('/krg/ico/edit.svg');
}
i.ico-edit-white {
  background-image: url('/krg/ico/edit-white.svg');
}
i.ico-stats {
  background-image: url('/krg/ico/stats.svg');
}
i.ico-search {
  background-image: url('/krg/ico/search.svg');
}
i.ico-search-white {
  background-image: url('/krg/ico/search-white.svg');
}
i.ico-medium {
  background-image: url('/krg/ico/medium.svg');
}
i.ico-medium-white {
  background-image: url('/krg/ico/medium-white.svg');
}
i.ico-delete {
  background-image: url('/krg/ico/delete.svg');
}
i.ico-delete-white {
  background-image: url('/krg/ico/delete-white.svg');
}
i.ico-undelete {
  background-image: url('/krg/ico/undelete.svg');
}
i.ico-notification {
  background-image: url('/krg/ico/notification.svg');
}
i.ico-profile {
  background-image: url('/krg/ico/profile.svg');
}
i.ico-refresh {
  background-image: url('/krg/ico/refresh.svg');
}
i.ico-refresh-white {
  background-image: url('/krg/ico/refresh-white.svg');
}
i.ico-add {
  background-image: url('/krg/ico/add.svg');
}
i.ico-add-white {
  background-image: url('/krg/ico/add-white.svg');
}
i.ico-back {
  background-image: url('/krg/ico/back.svg');
}
i.ico-pin {
  background-image: url('/krg/ico/pin.svg');
}
i.ico-public {
  background-image: url('/krg/ico/public.svg');
}
i.ico-public-white {
  background-image: url('/krg/ico/public-white.svg');
}
i.ico-private {
  background-image: url('/krg/ico/private.svg');
}
i.ico-private-white {
  background-image: url('/krg/ico/private-white.svg');
}
i.ico-cache {
  background-image: url('/krg/ico/cache.svg');
}
i.ico-ok {
  background-image: url('/krg/ico/ok.svg');
}
i.ico-ok-white {
  background-image: url('/krg/ico/ok-white.svg');
}
i.ico-cancel {
  background-image: url('/krg/ico/cancel.svg');
}
i.ico-cancel-white {
  background-image: url('/krg/ico/cancel-white.svg');
}
i.ico-close {
  background-image: url('/krg/ico/close.svg');
}
i.ico-close-white {
  background-image: url('/krg/ico/close-white.svg');
}
i.ico-devices {
  background-image: url('/krg/ico/devices.svg');
}
i.ico-start {
  background-image: url('/krg/ico/start.svg');
}
i.ico-profiles {
  background-image: url('/krg/ico/profiles.svg');
}
i.ico-settings {
  background-image: url('/krg/ico/settings.svg');
}
i.ico-phone {
  background-image: url('/krg/ico/phone.svg');
}
i.ico-computer {
  background-image: url('/krg/ico/computer.svg');
}
i.ico-trend {
  background-image: url('/krg/ico/trend.svg');
}
i.ico-voice-message {
  background-image: url('/krg/ico/voice-message.svg');
}
i.ico-voice-message-white {
  background-image: url('/krg/ico/voice-message-white.svg');
}
i.ico-lifebelt {
  background-image: url('/krg/ico/lifebelt.svg');
}
i.ico-question {
  background-image: url('/krg/ico/question.svg');
}
i.ico-twitter {
  background-image: url('/krg/ico/twitter.svg');
}
i.ico-xing {
  background-image: url('/krg/ico/xing.svg');
}
i.ico-shield {
  background-image: url('/krg/ico/shield.svg');
}
i.ico-eye {
  background-image: url('/krg/ico/eye.svg');
}
i.ico-imageupload {
  background-image: url('/krg/ico/imageupload.svg');
}
i.ico-imageupload-white {
  background-image: url('/krg/ico/imageupload-white.svg');
}
i.ico-password {
  background-image: url('/krg/ico/password.svg');
}
i.ico-email {
  background-image: url('/krg/ico/email.svg');
}
i.ico-colors {
  background-image: url('/krg/ico/colors.svg');
}
i.ico-profilepage {
  background-image: url('/krg/ico/profilepage.svg');
}
i.ico-text {
  background-image: url('/krg/ico/text.svg');
}
i.ico-meta {
  background-image: url('/krg/ico/meta.svg');
}
i.ico-key {
  background-image: url('/krg/ico/key.svg');
}
i.ico-glasses {
  background-image: url('/krg/ico/glasses.svg');
}
i.ico-glasses-white {
  background-image: url('/krg/ico/glasses-white.svg');
}
i.ico-next {
  background-image: url('/krg/ico/next.svg');
}
i.ico-next-white {
  background-image: url('/krg/ico/next-white.svg');
}
i.ico-key-add {
  background-image: url('/krg/ico/key-add.svg');
}
i.ico-key-add-white {
  background-image: url('/krg/ico/key-add-white.svg');
}
i.ico-lock {
  background-image: url('/krg/ico/lock.svg');
}
i.ico-lock-open {
  background-image: url('/krg/ico/lock-open.svg');
}
i.ico-linkedin {
  background-image: url('/krg/ico/linkedin.svg');
}
i.ico-speech-bubble {
  background-image: url('/krg/ico/speech-bubble.svg');
}
i.ico-suitcase {
  background-image: url('/krg/ico/suitcase.svg');
}
i.ico-education {
  background-image: url('/krg/ico/education.svg');
}
i.ico-education-white {
  background-image: url('/krg/ico/education-white.svg');
}
i.ico-hearts {
  background-image: url('/krg/ico/hearts.svg');
}
i.ico-book {
  background-image: url('/krg/ico/book.svg');
}
i.ico-book-white {
  background-image: url('/krg/ico/book-white.svg');
}
i.ico-group {
  background-image: url('/krg/ico/group.svg');
}
i.ico-chapter {
  background-image: url('/krg/ico/chapter.svg');
}
i.ico-words {
  background-image: url('/krg/ico/words.svg');
}
i.ico-words-white {
  background-image: url('/krg/ico/words-white.svg');
}
i.ico-money-transfer {
  background-image: url('/krg/ico/money-transfer.svg');
}
i.ico-money-transfer-white {
  background-image: url('/krg/ico/money-transfer-white.svg');
}
i.ico-ticket {
  background-image: url('/krg/ico/ticket.svg');
}
i.ico-save {
  background-image: url('/krg/ico/save.svg');
}
i.ico-save-white {
  background-image: url('/krg/ico/save-white.svg');
}
i.ico-deck {
  background-image: url('/krg/ico/deck.svg');
}
i.ico-decks {
  background-image: url('/krg/ico/decks.svg');
}
i.ico-back-white {
  background-image: url('/krg/ico/back-white.svg');
}
i.ico-bug {
  background-image: url('/krg/ico/bug.svg');
}
i.ico-shopping-cart {
  background-image: url('/krg/ico/shopping-cart.svg');
}
i.ico-charts {
  background-image: url('/krg/ico/charts.svg');
}
i.ico-send-white {
  background-image: url('/krg/ico/send-white.svg');
}
i.ico-filter {
  background-image: url('/krg/ico/filter.svg');
}
i.ico-press {
  background-image: url('/krg/ico/press.svg');
}
i.ico-press-white {
  background-image: url('/krg/ico/press-white.svg');
}
i.ico-play {
  background-image: url('/krg/ico/play.svg');
}
i.ico-play-white {
  background-image: url('/krg/ico/play-white.svg');
}
i.ico-frozen {
  background-image: url('/krg/ico/frozen.svg');
}
i.ico-check-green {
  background-image: url('/krg/ico/check-green.svg');
}
i.ico-check {
  background-image: url('/krg/ico/check.svg');
}
i.ico-check-white {
  background-image: url('/krg/ico/check.svg');
  filter: brightness(0) invert(1);
}
i.ico-hour-glass {
  background-image: url('/krg/ico/hour-glass.svg');
}
i.ico-slot-machine {
  background-image: url('/krg/ico/slot-machine.svg');
}
i.ico-slot-machine-white {
  background-image: url('/krg/ico/slot-machine-white.svg');
}
i.ico-calendar {
  background-image: url('/krg/ico/calendar.svg');
}
i.ico-clock {
  background-image: url('/krg/ico/clock.svg');
}
i.ico-numbers {
  background-image: url('/krg/ico/numbers.svg');
}
i.ico-pin-needle {
  background-image: url('/krg/ico/pin-needle.svg');
}
i.ico-unpin {
  background-image: url('/krg/ico/unpin.svg');
}
i.ico-more {
  background-image: url('/krg/ico/more.svg');
}
i.ico-flip-card {
  background-image: url('/krg/ico/flip-card.svg');
}
i.ico-blue-fox {
  background-image: url('/krg/ico/blue-fox.svg');
}
i.ico-word {
  background-image: url('/krg/ico/word.svg');
}
i.ico-symbol {
  background-image: url('/krg/ico/symbol.svg');
}
i.ico-word-symbol {
  background-image: url('/krg/ico/word-symbol.svg');
}
i.ico-info {
  background-image: url('/krg/ico/info.svg');
}
i.ico-type {
  background-image: url('/krg/ico/type.svg');
}
i.ico-browse {
  background-image: url('/krg/ico/browse.svg');
}
i.ico-browse-white {
  background-image: url('/krg/ico/browse-white.svg');
}
i.ico-upload {
  background-image: url('/krg/ico/upload.svg');
}
i.ico-upload-white {
  background-image: url('/krg/ico/upload-white.svg');
}
i.ico-download {
  background-image: url('/krg/ico/download.svg');
}
i.ico-download-white {
  background-image: url('/krg/ico/download-white.svg');
}
i.ico-scan {
  background-image: url('/krg/ico/scan.svg');
}
i.ico-stop {
  background-image: url('/krg/ico/stop.svg');
}
i.ico-stop-white {
  background-image: url('/krg/ico/stop-white.svg');
}
i.ico-pause {
  background-image: url('/krg/ico/pause.svg');
}
i.ico-pause-white {
  background-image: url('/krg/ico/pause-white.svg');
}
i.ico-factor2 {
  background-image: url('/krg/ico/factor2.svg');
}
i.ico-factor2-white {
  background-image: url('/krg/ico/factor2-white.svg');
}
i.ico-flame {
  background-image: url('/krg/ico/flame.svg');
}
i.ico-ball {
  background-image: url('/krg/ico/ball.svg');
}
i.ico-crown {
  background-image: url('/krg/ico/crown.svg');
}
i.ico-crowns {
  background-image: url('/krg/ico/crowns.svg');
}
i.ico-triangles {
  background-image: url('/krg/ico/triangles.svg');
}
i.ico-cube {
  background-image: url('/krg/ico/cube.svg');
}
i.ico-cubes {
  background-image: url('/krg/ico/cubes.svg');
}
i.ico-teaching {
  background-image: url('/krg/ico/teaching.svg');
}
i.ico-sound {
  background-image: url('/krg/ico/sound.svg');
}
i.ico-flag-uk,
i.ico-flag-de,
i.ico-flag-nl,
i.ico-flag-fi,
i.ico-flag-no,
i.ico-flag-sw,
i.ico-flag-dk {
  margin-right: 4px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 20px;
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
i.ico-flag-uk {
  background-image: url('/krg/ico/flag-icon-uk.svg');
}
i.ico-flag-de {
  background-image: url('/krg/ico/flag-icon-de.svg');
}
i.ico-flag-nl {
  background-image: url('/krg/ico/flag-icon-nl.svg');
}
i.ico-flag-fi {
  background-image: url('/krg/ico/flag-icon-fi.svg');
}
i.ico-flag-no {
  background-image: url('/krg/ico/flag-icon-no.svg');
}
i.ico-flag-sw {
  background-image: url('/krg/ico/flag-icon-sw.svg');
}
i.ico-flag-dk {
  background-image: url('/krg/ico/flag-icon-dk.svg');
}
i.ico-payment-paypal {
  margin-right: 6px;
  background-image: url('/krg/ico/payment-paypal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 52px;
  width: 52px;
  height: 14px;
}
i.ico-payment-visa {
  margin-right: 6px;
  background-image: url('/krg/ico/payment-visa.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 42px;
  height: 14px;
}
i.ico-payment-amex {
  margin-right: 6px;
  background-image: url('/krg/ico/payment-amex.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 42px;
  height: 14px;
}
i.ico-payment-unionpay {
  margin-right: 6px;
  background-image: url('/krg/ico/payment-unionpay.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 42px;
  height: 14px;
}
i.ico-payment-mastercard {
  margin-right: 6px;
  background-image: url('/krg/ico/payment-mastercard.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 42px;
  height: 14px;
}
i.ico-payment-giropay {
  margin-right: 6px;
  background-image: url('/krg/ico/payment-giropay.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 42px;
  height: 14px;
}
.framemanager-transition-hide {
  opacity: 0;
  transform: translate(-10px, 0px);
  transition: all 0.1s;
}
.framemanager-transition-hidden {
  transform: translate(10px, 0px);
  opacity: 0;
}
.framemanager-transition-show {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 0.1s;
}
#frame-container {
  position: relative;
}
.frame-dialog-wrapper {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 500;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.frame-dialog-wrapper.contentarea {
  left: 50%;
  right: auto;
  width: calc(100% - 40px);
  max-width: 800px;
  transform: translateX(-50%);
}
.frame-dialog-titlebar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 16px;
  height: 44px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}
.frame-dialog-title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frame-dialog-body {
  flex: 1;
  overflow-y: auto;
}
.pagebanner-hidden {
  height: 0 !important;
  visibility: hidden !important;
  padding: 0 !important;
}
.frame-dialog-close-btn {
  flex-shrink: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  transition: background 0.15s;
}
.frame-dialog-close-btn:hover {
  background: rgba(0, 0, 0, 0.15);
}
/* =========================
 * GENERAL
 * ========================= */
button.krg,
.krg.button {
  width: 100%;
  margin: 6px 0px;
  padding: 8px 10px;
  border-radius: 5px;
  outline: none;
  font-size: small;
  text-align: center;
}
/* =========================
 * PRIMARY
 * ========================= */
button.krg.primary,
.krg.button.primary {
  background: #5790db;
  color: #fff;
  border: solid #5790db 2px;
  float: right;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
button.krg.primary:hover,
.krg.button.primary:hover {
  background: #1d4e8d;
  border-color: #1d4e8d;
}
button.krg.primary:active,
.krg.button.primary:active {
  background: #0f305c;
  border-color: #0f305c;
}
/* =========================
 * SECONDARY
 * ========================= */
button.krg.secondary,
.krg.button.secondary {
  background: #9b828c;
  color: #fff;
  border: solid #9b828c 2px;
  float: right;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
button.krg.secondary:hover,
.krg.button.secondary:hover {
  background: #7a5c68;
  border-color: #4e353e;
}
/* =========================
 * ROUND
 * ========================= */
.krg.round-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5790db;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  button.krg.primary,
  button.krg.secondary,
  button.krg.accept,
  .krg.button {
    width: auto;
    min-width: 160px;
    padding: 6px 10px;
  }
}
/* =========================
 * PAGEHEADER
 * ========================= */
button {
  background: 0;
  border: 0;
  outline: pointer;
}
button:hover {
  background: #f5f5f5;
  border: 0;
  outline: none;
}
button:active,
button:focus {
  outline: 0;
  border: none;
  background: #eee;
}
/* #########################
 * FONTS
 * ######################### */
/* ========== COLOR ========== */
/* =========================
 * HEADLINES
 * ========================= */
h1 {
  color: #222;
  font-family: font-family-text;
  margin: 20px 0px 20px 0px;
  padding: 0;
  font-size: 40px;
  font-weight: 100;
}
h2 {
  color: #222;
  font-family: 'font-family-title';
  margin: 10px 0px 10px 0px;
  padding: 0;
  font-size: x-large;
}
.no-margin {
  margin: 0px !important;
}
/* =========================
 * ARTICLEHEADLINES
 * ========================= */
/*
 span.krg.headline {
    color: @color-headline-foreground;
    font-family: font-family-text;
    margin: 10 0 10 0;
    padding: 0;
    font-size: xx-large;
}

p.krg.preview {
    color: @color-preview-foreground;
    font-family: "font-family-title";
    line-height: 140%;
    font-size:medium;
}*/
div.krg.sectiontitle {
  width: auto;
  text-align: center;
  border-width: 1 0 1 0;
  border-color: #000;
  border-style: solid;
  padding: 5 0 5 0;
  margin: 10px 0px 10px 0px;
}
div.krg.sectiontitle > span {
  font-weight: 400;
  font-family: font-family-theme;
  font-size: xx-large;
}
/* =========================
 * LINKS
 * ========================= */
a {
  color: inherit;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
a.link,
a.krg.link {
  padding: 0;
  color: #4d75aa;
}
td.krg.link {
  color: #4d75aa;
}
a.clickable:hover,
a.krg.clickable:hover,
span.krg.clickable:hover,
h1.krg.clickable:hover,
h2.krg.clickable:hover,
h3.krg.clickable:hover,
h4.krg.clickable:hover,
h5.krg.clickable:hover,
h6.krg.clickable:hover,
td.krg.clickable:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* =========================
 * PARAGRAPH
 * ========================= */
p {
  color: #333;
  font-family: font-family-text;
  margin: 20px 0px 20px 0px;
  padding: 0;
  font-size: medium;
  line-height: 170%;
}
p span.bigletter {
  font-family: font-family-theme;
  font-weight: bold;
  margin: 16px 6px 0px 0px;
  font-size: 50px;
  float: left;
}
p.articleabout {
  color: #555;
  font-family: 'font-family-title';
  font-size: 1.4em;
  line-height: 140%;
}
i.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.small-info {
  font-size: 13px;
}
.info-detail {
  color: #999;
}
ul.krg {
  padding: 0;
}
ul.krg > li {
  padding: 8px;
}
ul.krg.card {
  width: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border-spacing: 0px;
}
ul.krg.card > li {
  border-bottom: 1px solid #222;
}
ul.krg.packed-infos {
  width: 100%;
  list-style-type: none;
}
ul.krg.packed-infos :first-child {
  padding: 0px 0px 10px 0px;
}
ul.krg.packed-infos > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px 10px 0px;
}
ul.krg.items-with-icon {
  list-style-type: none;
}
ul.krg.items-with-icon li {
  width: auto;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #222;
  padding: 10px 0px 10px 0px;
}
ul.krg.items-with-icon li div.item-icon {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
}
ul.krg.items-with-icon li div.item-content {
  margin-left: 50px;
}
ul.krg.items-with-icon li div.item-content span.name {
  font-weight: bold;
  color: #333;
}
ul.krg.items-with-icon li div.item-content span.description {
  color: #555;
}
ul.krg.page-list {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}
ul.krg.page-list > li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  font-size: 18px;
  color: #222;
  line-height: 1.5;
}
ul.krg.page-list > li::before {
  content: '●';
  flex-shrink: 0;
  font-size: 8px;
  color: #4381f2;
  line-height: 2.4;
}
ul.krg.infobar {
  width: auto;
  margin: 10 0 10 0;
  padding: 0px;
}
ul.krg.infobar > li {
  font-family: 'font-family-title';
  color: #555;
  white-space: nowrap;
  display: inline;
  margin-right: 30px;
  font-size: small;
}
/* #########################
 * PAGEINDEXER
 * ######################### */
/* ========== COLOR ========== */
div.krg.pageindexer {
  text-align: center;
  width: 100%;
  overflow: auto;
  scroll-direction: horizontal;
}
div.krg.pageindexer ul {
  padding: 0px;
  white-space: nowrap;
  margin: 10 0 10 0;
  list-style-type: none;
}
div.krg.pageindexer ul li {
  font-family: 'font-family-title';
  color: #4d75aa;
  padding: 4px 8px;
  white-space: nowrap;
  display: inline;
}
div.krg.pageindexer ul li:hover {
  background: #f5f5f5;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.krg.profileimageupload-wrapper {
  position: relative;
}
.krg.profileimageupload-wrapper img {
  width: 180px;
  height: 180px;
  background-color: #aaa;
  object-fit: cover;
}
.krg.profileimageupload-wrapper input {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.krg.profileimageupload-wrapper label {
  position: absolute;
  left: 160px;
  top: 20px;
  background-image: url('../../../img/ico/imageupload-white.svg');
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overscroll-behavior: none;
}
div.krg-wrapper {
  position: relative;
  margin: 0;
  background-color: #f5f5f5;
  padding: 0;
  padding-bottom: 60px;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.krg.hide {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.krg.transition {
  transition: opacity 0.5s ease-out;
}
.krg.contentarea {
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  height: auto;
}
.textarea {
  margin-right: 10px;
  margin-left: 10px;
  width: auto;
}
.touch-btn {
  margin: 10px;
  margin: 0;
  outline: none;
  border-width: 0;
  background-color: transparent;
  padding: 0;
  width: 20px;
}
.krg.pagebanner {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  z-index: 100;
  margin-top: 40px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.krg.pagebanner .contentarea {
  text-align: center;
}
.krg.pagebanner .contentarea span {
  color: #222;
  font-weight: 400;
  font-size: x-large;
  line-height: 40px;
  font-family: font-family-theme;
  letter-spacing: 1px;
}
.krg.pagebanner .contentarea button.leftbtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 100%;
  overflow: hidden;
}
.krg.pagebanner .contentarea button.rightbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 100%;
  overflow: hidden;
}
/* =========================
 * STATIC -> INDEXPAGE
 * ========================= */
.krg.indexbanner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/img/loginbanner.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.krg.indexbanner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-image: linear-gradient(to bottom right, #68b8ee, #5c0a0a);
  content: '';
}
div.krg.card {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
/* ========== MEDIA QUERIES ========== */
/*@media only screen and (min-width: 320px) {
  .krg > .sidebar-active {
    width: 300px;
    display: block;
    z-index: 500;
  }
  .krg > .active {
    display: block;
  }
}*/
@media only screen and (min-width: 768px) {
  .krg.ilu-banner-wrapper .krg.illustration {
    float: left;
    width: 220px;
    height: auto;
    max-height: 180px;
  }
  .krg.ilu-banner-wrapper .krg.content {
    margin-left: 230px;
    padding: 10px;
    width: auto;
  }
  .indexslogan {
    top: 180px;
  }
  .indexslogan span {
    font-size: x-large;
  }
  .contentarea {
    max-width: 600px;
  }
  .textarea {
    margin: 0;
    width: 100%;
  }
  .article {
    padding: 10 0 20 0;
  }
}
ul.krg.packed-infos li p {
  margin: 5px 0px;
}
.td.title {
  font-size: 20px;
  font-weight: 600;
}
.td.undertitle {
  font-size: 17px;
  color: #999;
}
.td.underline {
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #000;
  border-color: #4d75aa;
}
h2.td.underline,
h3.td.underline {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
/* #########################
 * TOPBAR
 * ######################### */
/* ========== COLOR ========== */
div.krg.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
}
div.krg.topbar .head {
  box-shadow: 0 1px 10px #0000002b !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
div.krg.topbar .head .contentarea {
  position: relative;
  height: 100%;
}
div.krg.topbar .head .contentarea button.menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0;
  outline: none;
  border-width: 0;
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 100%;
  overflow: hidden;
}
div.krg.topbar .head .contentarea div.logo {
  display: inline;
  position: absolute;
  top: 0;
  right: auto;
  left: 50;
}
div.krg.topbar .head .contentarea div.logo span {
  position: absolute;
  left: 50;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-family: font-family-theme;
}
div.krg.topbar .head .contentarea > krg-topnavigation {
  display: none;
  float: right;
}
li.krg.clickable:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  div.krg.topbar .head .contentarea button.menu {
    display: none;
  }
  div.krg.topbar .head .contentarea div.logo {
    left: 0;
    background-color: red;
  }
  div.krg.topbar .head .contentarea krg-topnavigation {
    display: block;
  }
}
dl.krg.grid {
  display: grid;
  grid-template-columns: 110px auto;
}
dl.krg.grid dt {
  font-weight: bold;
}
dl.krg.grid dd {
  margin: 0;
  padding-left: 5px;
  margin-bottom: 6px;
}
.krg.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 20px;
  padding: 4px 0px;
  background: #dcdcdc;
}
.krg.footer a {
  font-size: small;
  color: #777;
  margin-left: 10px;
  float: right;
}
ul.krg.info-card-list {
  padding: 0;
}
ul.krg.info-card-list > li {
  margin-bottom: 10px;
}
ul.krg.info-card-list > li > .title {
  color: #333;
  font-size: x-large;
}
ul.krg.info-card-list > li > .date {
  color: #555;
  font-size: small;
  margin: 0px;
}
ul.krg.info-card-list > li > .text {
  color: #777;
  font-size: medium;
  margin: 8px 0px;
}
ul.krg.info-card-list > li > .details {
  color: #555;
  font-size: small;
}
@font-face {
  font-family: font-family-title;
  src: url('/krg/font/SourceSansPro/SourceSansPro-Light.otf');
  font-weight: 100;
}
@font-face {
  font-family: font-family-title;
  src: url('/krg/font/SourceSansPro/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: font-family-title;
  src: url('/krg/font/SourceSansPro/SourceSansPro-Bold.otf');
  font-weight: bold;
}
/* ========== Buttler ========== */
@font-face {
  font-family: font-family-theme;
  src: url('/krg/font/Butler/Butler_Regular.otf');
  font-weight: 100;
}
@font-face {
  font-family: font-family-theme;
  src: url('/krg/font/Butler/Butler_Bold.otf');
  font-weight: 400;
}
@font-face {
  font-family: font-family-theme;
  src: url('/krg/font/Butler/Butler_Black.otf');
  font-weight: bold;
}
/* ========== Merri ========== */
@font-face {
  font-family: font-family-text;
  src: url('/krg/font/Merriweather/Merriweather-Regular.ttf');
}
@font-face {
  font-family: font-family-mono;
  src: url('/krg/font/iAWriter/iAWriterDuospace-Regular.otf');
}
* {
  font-family: font-family-title, Arial, Helvetica, sans-serif;
}
